interface GeminiPartBase {
    thought?: boolean;
    thoughtSignature?: string;
}

Hierarchy (view full)

Properties

thought?: boolean
thoughtSignature?: string