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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/google-gemini/types.ts#L74Type declarationNameTypemetadata?{ videoMetadata: object; }thought?booleanthought_signature?string