interrupt_sage_session
Interrupt a running SageMath computation while preserving all defined variables. Useful for halting long operations without losing session state.
Instructions
Interrupt a running Sage computation while keeping variables defined so far
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Session cleared |