-
Notifications
You must be signed in to change notification settings - Fork 14
HSET tool fails to create a field with numeric value #12
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 . I can definitely change the signature as:
I tested this on Claude Desktop and using the OpenAI Agents SDK. Using the latter:
And data is stored correctly:
However, it does not work in GitHub Copilot. I will troubleshoot. |
I have seen different behaviors in GitHub Copilot. With the new signature, though, it seems to improve. And it definitely improves when asked to create a hash rather than a key. But sticking to the original question:
I hope this works for you |
Yes, it worked. Thanks. |
I'm trying to create a keys with two fields: name and age,
The text field is created without any problem, but 'hset' fails to create the numeric field.
The text was updated successfully, but these errors were encountered: