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
The info is not always the same. Some people might not have a wife so the property would be omitted.
In theory, there could be thousands of combinations in the "info".
I want the LLM to generate a JSON like this
The info is not always the same. Some people might not have a wife so the property would be omitted.
In theory, there could be thousands of combinations in the "info".
If I specify a schema like this:
It would error with:
So "properties" is required.
The only way I currently see to solve this is to use an array with objects of format
{"key": "...", "value": "..."}
So the schema would look like:
But I'd rather avoid this.
The text was updated successfully, but these errors were encountered: