Type alias GoogleGeminiChatRequest

GoogleGeminiChatRequest: {
    contents: GoogleGeminiContent[];
    generationConfig: GoogleGeminiGenerationConfig;
    safetySettings?: GoogleGeminiSafetySetting[];
    tools?: GoogleGeminiTool[];
}

Type declaration