get_session_state
Retrieve the saved session for a problem to restore context after a restart. Returns null if the problem was not started.
Instructions
Returns the persisted session for a problem, or null if the user has not called start_problem for it. Useful for restoring context after a restart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| titleSlug | Yes | The URL slug of the problem. |