the search results are terrible as the links I am getting seem to be hallucinated 😕
I don't see Exa mentioned in the billing usage so probably it's not getting called?
I figure I should also be seeing the actual injected search results data in the API response?
Not sure what I'm doing wrong... advice please?
This is my request format:
{
"messages":[...],
"model":"google/gemini-2.0-flash-001:online",
"response_format":{"type":"json_schema","json_schema":{"name":"brand_suggestor_response","strict":true,"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}},
"plugins": [
{"id":"web","max_results":10}
]
}