I see that the tools element is supported in the openai API, but the docs only mention function calling.
When I add
“tools”: [
{“google_search”: {}}
]
to my payload, I get
Invalid JSON payload received. Unknown name “google_search” at ‘tools[0]’: Cannot find field.
Is there any way to use the google_search grounding?