| // This file is no longer needed as the Gemini integration has been moved to the server | |
| // Keeping it as a placeholder in case we need client-side utilities later | |
| export async function searchWithGemini(query: string) { | |
| throw new Error('This function has been moved to the server'); | |
| } |