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

Properties

Properties

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