interface GeminiPartFunctionCall {
    functionCall: {
        args?: object;
        name: string;
    };
    thought?: boolean;
}

Hierarchy (view full)

Properties

functionCall: {
    args?: object;
    name: string;
}
thought?: boolean