Type Alias: ToolCallMessage
ToolCallMessage:
object
Defined in: packages/core/src/types.ts:25
The tool call message is used to store the tool call information.
Type declaration
args
args:
Record
<string
,unknown
>
isCompleted
isCompleted:
boolean
text?
optional
text:string
toolCallId
toolCallId:
string
toolName
toolName:
string
toolOutput
toolOutput:
unknown