-
Notifications
You must be signed in to change notification settings - Fork 113
Anthropic api fail to parse tool output, exposing anthropic internal tool call structure #695
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
Same here! |
Can we get any update on this? This breaks our app multiple times a day. |
Thanks for the feedback, all. As the OP posted, this isn't an SDK issue and is an issue with Claude adhering to the tool format, but we've flagged it with the team. I just tested a simple workaround to the initial OP's schema, and in case it's helpful, this seems to work:
|
the problem with using an array is that we do not get intimidate progress, so its problematic for UX, BTW we also see worst |
When Passing the api a tool with additional properties field
when passing additional properties field in json schema
the api call tool with
nonTechnicalProgressDescription should be parsed to json insted of anthropic xml
this issue effect sdk typescript but related to api itself, opening it here because api do not have a place to report errors
The text was updated successfully, but these errors were encountered: