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

Properties

Properties

name: string
args?: object

Generated using TypeDoc