Hello everyone. Not sure if it’s the right way or best way, I created a workaround using SerpAPI by using Google’s Programable web and a HTTP Request node as a tool. https://programmablesearchengine.google.com/
High level the steps I took are:
Created a new programable search engine.
Generated a key for it
Copy my Key and my cx id (will need this to set up the request)
In the HTTP Request node I created 3 parameters: Key=[YOUR API KEY FOR THAT Programable Search], cx=[Search engine ID] can be found in the Programable Search console and q for the query, I set up the value of q from the output of the agent.
Set up the User prompt in the agent to clarify I want it to use the Google Search Tool it has access to and what topic I want it to search for.
This is the prompt I used for the User prompt (My system prompt deals with the format and steps I want it to take)
Using the GoogleProgramaticSearch tool you have access tool search for <topic> for <date>
Hope this information helps someone else! Happy n8ning!