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