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

Properties

Properties

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

Type declaration

  • name: string
  • Optional args?: object

Generated using TypeDoc