flowzap_diff
Compare two versions of FlowZap Code to generate a structured diff showing nodes, edges, and updates for explaining changes to users.
Instructions
Compare two versions of FlowZap Code and get a structured diff showing what changed (nodes/edges added, removed, updated). Use this to explain changes to users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oldCode | Yes | Original FlowZap Code | |
| newCode | Yes | Updated FlowZap Code |