export interface GeminiRequest {
    prompt: string;
    userId: string;
}
