Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-update-reference-docs-34.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

MessagePart

Ƭ MessagePart: { content: string ; type: "text" } | { content: string ; type: "reasoning" } | { arguments?: string ; toolCallId: string ; toolName: string ; type: "tool_call" } | { result?: string ; toolCallId: string ; type: "tool_result" } | { fileId: string ; mimeType?: string ; modality: Modality ; type: "file" } | { content: string ; mimeType: string ; modality: Modality ; type: "blob" } | { modality: Modality ; type: "uri" ; uri: string }

Defined in

genai/types.ts:17