import_session
Restore a previously exported reasoning session using its JSON payload. Automatically resolves ID conflicts by assigning a new session identifier.
Instructions
Recreate a session from a previous export_session payload (a
dict, or its JSON string form). Validated on the way in. If the
imported session's id collides with one already on this install, a
fresh id (and save path) is assigned automatically rather than
overwriting the existing session -- collision-safe import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||