AI Google Search Assistant
This app is an AI-powered app designed to perform Google searches efficiently. It processes search queries by detecting their language and provides results in a structured Markdown format.
Features
- Language Detection: Automatically detects the language of the search query and uses it to fetch results in the appropriate language.
- Detailed Results: Returns comprehensive search results including titles, links, and snippets.
- Secure Handling: Ensures secure processing of inputs to prevent any potential prompt injection.
Usage
- Input Query: Provide your search query.
This app utilizes the search_google
tool, which queries Google and returns results via the Serper API. Ensure to have the SERPER_API_TOKEN
set in your environment variables for seamless operation.