Overview
This node performs AI-powered web searches using the Gemini model integrated with Google Search. It is designed to conduct real-time, comprehensive, and authoritative web searches, focusing on recent developments and current information. The node processes and formats search results using the Gemini AI model, making it useful for scenarios where up-to-date and well-structured search results are needed, such as research, content creation, or data gathering.
Use Case Examples
- A user inputs a search query about the latest technology trends, and the node returns summarized, authoritative search results with source information.
- A content creator uses the node to gather comprehensive information on a topic, receiving well-structured search results processed by the Gemini AI model.
Properties
| Name | Meaning |
|---|---|
| notice | Indicates that the node must be connected to an AI agent for operation. |
| systemMessage | Provides additional context or instructions for the search tool, guiding how the AI processes and presents search results. |
| text | The search query string to be used for the web search. This is a required input. |
| geminiModel | Specifies which Gemini AI model to use for processing the search results. |
| searchTemperature | Controls the randomness of the search queries, where 0.0 is focused and 1.0 is creative. |
| maxSearchRetries | Maximum number of retry attempts for the search call with exponential backoff. |
| notice_tip | Provides information about the tool's capabilities and usage tips. |
Output
JSON
query- The original search query string.content- The processed and formatted search results returned by the Gemini AI model, which may include summarized or original content along with source information.
Dependencies
- Requires an API key credential for the Gemini API to perform web searches.
Troubleshooting
- Common issues include API key misconfiguration or network errors causing search failures.
- Error messages like 'Search failed' indicate problems during the web search or AI processing steps; checking API credentials and network connectivity is recommended.
Links
- Bink AI Official Website - Primary documentation and resource for the Bink AI Search Tool.