Google Search Tool step
Add a Google Search step to your Tools
The Google Search Tool step allows you to run a Google Search within your Tool, and use the outputs of this search in your LLM Tool steps.
Add the Google Search Tool step to your Tool
You can add the Google Search Tool step to your Tool by:
- Creating a new Tool, then click ‘Google’ under ‘Steps’
- Click ‘Expand’ to see the full Tool step
- Add a Search Query to the field
- Run the Tool step to see if works with your configuration!
Advanced Settings
Country
You can select which country / region you would like to search Google from.
Locale
You can select which language is set for the Google Search.
Tool step outputs
The Google Search Tool step allows you to access the organic search (as an array) completed on the search query entered, as well as:
- People Also Ask: you can access an array of questions searchers also ask about the query, as well as a snippet, title and link for each question
- Related searches: you can also access an array of related searches to the search query
If you wanted to use an LLM Tool step to then analyse these results, here is an example of how you could prompt engineer this, where search_query
is the input variable used for the Google Search, and google
is the variable for the Google Search Tool step.