export interface GeminiResponse {
    response: string;
}
