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
When using Claude with structured output, I'm getting JSON parsing errors due to unescaped quotes in string values. I know this might be an Anthropic issue, but wanted to check if there's anything we can do on the Agno side?
Example error:
ERROR:__main__:Failed to process document chunk: Expecting ',' delimiter: line 6 column 162 (char 265)
The issue happens in responses like this:
"surrounding_text": "...this power of attorney would be a "Springing Power of Attorney" in that..."
Any suggestions on how to handle this?
The text was updated successfully, but these errors were encountered:
When using Claude with structured output, I'm getting JSON parsing errors due to unescaped quotes in string values. I know this might be an Anthropic issue, but wanted to check if there's anything we can do on the Agno side?
Example error:
The issue happens in responses like this:
Any suggestions on how to handle this?
The text was updated successfully, but these errors were encountered: