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

Properties

Properties

name: string
response: object

Generated using TypeDoc