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
I discovered an output made by Claude 3 API, that can't get repaired by this tool:
{
"id": "251115",
"category": "Politics",
"reason": "The headline discusses a city's policy to become an "Airbnb-free zone", which is a political decision."
}
It won't fix the double quotes inside the string maybe due to the comma following after the second double quote in an "Airbnb-free zone", which
The text was updated successfully, but these errors were encountered:
The same issue here, maybe another json schema param can solve a part of cases, eg.
repair(thisBadJSON, { id: "number", category: "string", reason: "string" })
I discovered an output made by Claude 3 API, that can't get repaired by this tool:
It won't fix the double quotes inside the string maybe due to the comma following after the second double quote in
an "Airbnb-free zone", which
The text was updated successfully, but these errors were encountered: