clear-session
Remove all premises from a logic session while keeping the session active. Use to reset reasoning context without ending the session.
Instructions
Clear all premises from a session (keeps session alive).
When to use: Start fresh within the same session.
Example: session_id: "abc-123..." → Clears all premises, session remains valid
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from create-session | |
| verbosity | No | Response verbosity: 'minimal' (token-efficient), 'standard' (default), 'detailed' (debug info) |