AxAIGoogleGeminiContentPartTypeScript Copytype AxAIGoogleGeminiContentPart = object & | { text: string; thought?: boolean; } | { thought: string; } | { inlineData: { data: string; mimeType: string; }; } | { functionCall: { args: object; id?: string; name: string; }; } | { functionResponse: { id?: string; name: string; response: object; }; } | { fileData: { fileUri: string; mimeType: string; }; } | { executableCode: object; } | { codeExecutionResult: object; };Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/google-gemini/types.ts#L78Type declarationNameTypemetadata?{ videoMetadata: object; }thought?booleanthought_signature?string