type MessagePart =
| TextPart
| ImagePart
| AudioPart
| VideoPart
| DocumentPart
| ToolCallPart
| ToolResultPart
| ThinkingPart;type MessagePart =
| TextPart
| ImagePart
| AudioPart
| VideoPart
| DocumentPart
| ToolCallPart
| ToolResultPart
| ThinkingPart;Defined in: packages/typescript/ai/src/types.ts:339