ToolInvocation
Defined in: react-core/dist/types/types.d.ts:90
Tool invocation with result.
Properties
Section titled “Properties”args:
Record<string,unknown>
Defined in: react-core/dist/types/types.d.ts:96
Tool arguments
result?
Section titled “result?”
optionalresult:unknown
Defined in: react-core/dist/types/types.d.ts:98
Tool result
state:
"pending"|"completed"|"error"
Defined in: react-core/dist/types/types.d.ts:100
Invocation state
toolCallId
Section titled “toolCallId”toolCallId:
string
Defined in: react-core/dist/types/types.d.ts:92
Tool call ID
toolName
Section titled “toolName”toolName:
string
Defined in: react-core/dist/types/types.d.ts:94
Tool name