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
Some JSON parsing errors yield empty results in the app but don't raise an error, so it's unclear to the user what happened.
For example, when running the Extract function with a database of VBO and sending the string "The Zwartbles is a breed of sheep." to GPT-4o with no background generation, the error on the command line is this:
Ah, I thought I had fixed this before, but #54 only fixes the MappingAgent, not any of the extraction functions. So the JSON/Markdown processing should probably be more of a general utility.
Some JSON parsing errors yield empty results in the app but don't raise an error, so it's unclear to the user what happened.
For example, when running the Extract function with a database of VBO and sending the string "The Zwartbles is a breed of sheep." to GPT-4o with no background generation, the error on the command line is this:
But the extracted object is empty (
{}
).The text was updated successfully, but these errors were encountered: