interface GeminiPartFunctionResponse {
    functionResponse: {
        name: string;
        response: object;
    };
    thought?: boolean;
}

Hierarchy (view full)

Properties

functionResponse: {
    name: string;
    response: object;
}
thought?: boolean