Skip to main content

PendingToolCall

@forge/monorepo


@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

readonly startedAt: string

Defined in: backend/src/runtime/checkpoint.ts:16


toolCallId

readonly toolCallId: ToolCallId

Defined in: backend/src/runtime/checkpoint.ts:14


toolName

readonly toolName: string

Defined in: backend/src/runtime/checkpoint.ts:15