bodhi-realtime-agent / PendingToolCall
Interface: PendingToolCall
Defined in: types/session.ts:77
Snapshot of a tool call that was in progress when a checkpoint was taken.
Properties
arguments
arguments:
Record<string,unknown>
Defined in: types/session.ts:83
Original arguments passed to the tool.
startedAt
startedAt:
number
Defined in: types/session.ts:85
When execution started (Unix ms).
subagentConfigName
subagentConfigName:
string
Defined in: types/session.ts:81
Name of the SubagentConfig handling this call.
timeout
timeout:
number
Defined in: types/session.ts:87
Configured timeout in milliseconds.
toolCallId
toolCallId:
string
Defined in: types/session.ts:78
toolName
toolName:
string
Defined in: types/session.ts:79