interface GeminiPartFunctionResponse {
    functionResponse: {
        name: string;
        response: object;
    };
}

Properties

Properties

functionResponse: {
    name: string;
    response: object;
}

Type declaration

  • name: string
  • response: object

Generated using TypeDoc