Interface: PendingWrite
Defined in: state/types.ts:287
Pending write from incomplete tool execution. Used for fault-tolerant checkpointing.
Properties
completedAt
completedAt: string;
Defined in: state/types.ts:310
When the write was completed (ISO 8601)
result
result: {
error?: string;
result?: unknown;
success: boolean;
};
Defined in: state/types.ts:301
Tool execution result
error?
optional error?: string;
result?
optional result?: unknown;
success
success: boolean;
toolCallId
toolCallId: string;
Defined in: state/types.ts:291
Tool call ID
toolName
toolName: string;
Defined in: state/types.ts:296
Tool name