TranscriptMessageToolResultPart
TranscriptMessageToolResultPart =
Omit<TranscriptToolResultEvent,"type"|"toolCallId"|"name"|"content"> &object
Tool-result part accepted in AI SDK-style tool message content arrays.
Type Declaration
Section titled “Type Declaration”output?
Section titled “output?”
optionaloutput?:JsonValue
JSON-safe tool output from the message transport.
toolCallId
Section titled “toolCallId”toolCallId:
string
Tool-call id this result responds to.
toolName?
Section titled “toolName?”
optionaltoolName?:string
Tool name from the message transport.
type:
"tool-result"
Content part discriminator.