import_session
Load a prior session graph and merge it into the current session. Pass the JSON content of a .chatgraph.json file to activate deferred nodes and carry forward resolved decisions.
Instructions
Load a prior session graph and merge it into the current session.
Pass the JSON content of a .chatgraph.json file (from export_session or
fish-bridge export). Deferred nodes from the prior session become active;
resolved and adopted decisions carry forward.
Returns a summary of how many nodes and edges were merged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |