Type alias GoogleGeminiContent

GoogleGeminiContent: {
    parts: GoogleGeminiPart[];
    role: "USER" | "MODEL";
}

Type declaration