reset_session
Reset session state after EXECUTION_BUDGET_EXCEEDED errors or stale element IDs by clearing snapshot caches and execution budget counters.
Instructions
Reset the session: clear per-device snapshot caches and the execution budget counters (spec execution-budget).
Call this after an EXECUTION_BUDGET_EXCEEDED error to continue, or whenever element ids from get_screen have gone stale (a fresh observer is created on the next screen access).
Returns the reset budget state {action_count, elapsed_seconds, max_actions, max_seconds, exceeded}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||