ToolCallState
Agent Runtimes / store/chatStore / ToolCallState
Interface: ToolCallState
Defined in: stores/chatStore.ts:85
Tool call tracking state
Properties
args
args:
Record<string,unknown>
Defined in: stores/chatStore.ts:88
completedAt?
optionalcompletedAt?:Date
Defined in: stores/chatStore.ts:93
error?
optionalerror?:string
Defined in: stores/chatStore.ts:91
result?
optionalresult?:unknown
Defined in: stores/chatStore.ts:90
startedAt
startedAt:
Date
Defined in: stores/chatStore.ts:92
status
status:
ToolCallStatus
Defined in: stores/chatStore.ts:89
toolCallId
toolCallId:
string
Defined in: stores/chatStore.ts:86
toolName
toolName:
string
Defined in: stores/chatStore.ts:87