-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Our integration with the API uses create and append beta conversation with an (pre-defined) agent including RAG tools. The setup is working fine, except when we add web_search. The web_search is working but responses are very often incomplete.
It could be that we are missing something in the integration, but could not find any issues. Our logs based on the ConversationResponse indicate that tool calls and the web_search are working. Each responses is handled by a response handler that either executes a function and appends the conversation (recursive), or returns the results to the client, based on output.type.
The problem is that responses are incomplete when including web_search as tool.
Metadata
Metadata
Assignees
Labels
No labels