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

Hierarchy (view full)

Properties

text: string
thought?: boolean
thoughtSignature?: string