interface GeminiContent {
    parts: GeminiPart[];
    role: GeminiRole;
}

Properties

Properties

parts: GeminiPart[]

Generated using TypeDoc