PendingToolCall
@forge/monorepo / backend/src / PendingToolCall
Type Alias: PendingToolCall
PendingToolCall =
object
Defined in: backend/src/runtime/checkpoint.ts:13
A tool call the runtime started but has not yet seen complete — reconciled on recovery.
Properties
startedAt
readonlystartedAt:string
Defined in: backend/src/runtime/checkpoint.ts:16
toolCallId
readonlytoolCallId:ToolCallId
Defined in: backend/src/runtime/checkpoint.ts:14
toolName
readonlytoolName:string
Defined in: backend/src/runtime/checkpoint.ts:15