TranscriptMessageToolCallPart
TranscriptMessageToolCallPart =
Omit<TranscriptToolCallEvent,"type"|"id"|"name"|"arguments"> &object
Tool-call part accepted in AI SDK-style assistant message content arrays.
Type Declaration
Section titled “Type Declaration”input?
Section titled “input?”
optionalinput?:JsonValue
JSON-safe tool input from the message transport.
toolCallId
Section titled “toolCallId”toolCallId:
string
Tool-call id from the message transport.
toolName
Section titled “toolName”toolName:
string
Tool name from the message transport.
type:
"tool-call"
Content part discriminator.