interface GeminiPartText {
    text: string;
    thought?: boolean;
}

Hierarchy (view full)

Properties

Properties

text: string
thought?: boolean