revert_version
Roll back a session's Knowledge Structure to a previously saved version. Provide the session_id and target version to restore.
Instructions
Revert a session's Knowledge Structure to a specific previous version. Requires a 'session_id' obtained from a previous call to validate_knowledge or evolve_knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The ID of the session to revert. | |
| target_version_id | Yes | The ID of the version to revert to. |