-
Notifications
You must be signed in to change notification settings - Fork 14
get_indexes error #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report, @nafraf. That's interesting. The server returns a list, which seems ok as a returned format.
But Claude Desktop returns
However, using the OpenAI Agents SDK (under /examples), the result is returned correctly.
I tend to think that the client hallucinates. I will test the GitHub Copilot integration. |
I can reproduce with GitHub Copilot as well. Converting the list to JSON seems to work. I will push a fix.
Now it replies correctly.
Thanks again for spotting this |
Hello,
get_indexes
tool is returning a single string with the list of the indexes, but the agent gets confused with that format:This is the list of existing indexes:
127.0.0.1:6379> ft._list 1) idx4idx5idx6 2) idx2 3) idx1 4) idx3idx2
Now, this is the agent's answer:
The text was updated successfully, but these errors were encountered: