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

Properties

Properties

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