ToolCallContentPart
Agent Runtimes / types/messages / ToolCallContentPart
Interface: ToolCallContentPart
Defined in: types/messages.ts:42
Properties
args
args:
Record<string,unknown>
Defined in: types/messages.ts:46
result?
optionalresult?:unknown
Defined in: types/messages.ts:48
status
status:
ToolCallStatus
Defined in: types/messages.ts:47
toolCallId
toolCallId:
string
Defined in: types/messages.ts:44
toolName
toolName:
string
Defined in: types/messages.ts:45
type
type:
"tool-call"
Defined in: types/messages.ts:43