Structs§
- Pending
Tool Call - External pending tool-call projection emitted to event streams.
- Suspended
Call - Suspended
Call State - Per-tool-call suspended state stored at
__tool_call_scope.<call_id>.suspended_call. - Suspended
Call State Ref - Typed state reference for reading and writing state.
- Tool
Call Resume - Resume input payload attached to a suspended tool call.
- Tool
Call State - Durable per-tool-call runtime state.
- Tool
Call State Ref - Typed state reference for reading and writing state.
Enums§
- Resume
Decision Action - Action to apply for a suspended tool call.
- Suspended
Call Action - Action type for
SuspendedCallStatereducer. - Tool
Call Resume Mode - A tool call that has been suspended, awaiting external resolution.
- Tool
Call State Action - Action type for
ToolCallStatereducer. - Tool
Call Status - Tool call lifecycle status for suspend/resume capable execution.
Functions§
- suspended_
calls_ from_ state - Parse suspended tool calls from a rebuilt state snapshot.
- tool_
call_ states_ from_ state - Parse persisted tool call runtime states from a rebuilt state snapshot.