File size: 285 Bytes
10c8635
 
 
 
 
1
2
3
4
5
// 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');
}