Ask a question to get started
Enter to send•Shift+Enter new line
acancel_active_runs( self, config: dict[str, Any], ) -> None
config
dict[str, Any]
Config with configurable.thread_id.
configurable.thread_id
Cancel pending/running runs on the configured thread.
Best-effort: per-run cancellation failures are swallowed by _cancel_active_runs. Intended for proactive cancellation on interrupt, before recovery-state writes.
_cancel_active_runs