You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Tavily Search API is being called incorrectly by gpt-4o. Logs show 400 error. According to Tavily docs, 400 means malformed request.
To Reproduce
Used python and pip package to instantiate in a basic test script.
"Error: 400 Client Error: Bad Request for url: https://api.tavily.com/search. Failed fetching sources. Resulting in empty response."
Expected behavior
Researcher correctly calls the Tavily API to return search results on the topic.
Screenshots
N/A
Desktop (please complete the following information):
Linux Ubuntu 22.04
Cursor latest
no front end
The text was updated successfully, but these errors were encountered:
Describe the bug
Tavily Search API is being called incorrectly by gpt-4o. Logs show 400 error. According to Tavily docs, 400 means malformed request.
To Reproduce
Used python and pip package to instantiate in a basic test script.
"Error: 400 Client Error: Bad Request for url: https://api.tavily.com/search. Failed fetching sources. Resulting in empty response."
Expected behavior
Researcher correctly calls the Tavily API to return search results on the topic.
Screenshots
N/A
Desktop (please complete the following information):
Linux Ubuntu 22.04
Cursor latest
no front end
The text was updated successfully, but these errors were encountered: