Skip to content

TranscriptMessageToolCallPart

TranscriptMessageToolCallPart = Omit<TranscriptToolCallEvent, "type" | "id" | "name" | "arguments"> & object

Tool-call part accepted in AI SDK-style assistant message content arrays.

optional input?: JsonValue

JSON-safe tool input from the message transport.

toolCallId: string

Tool-call id from the message transport.

toolName: string

Tool name from the message transport.

type: "tool-call"

Content part discriminator.