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
we bump into a token that is not in the set of next allowed tokens. It might not be due to the recursive property of the schema, but we need to debug this nevertheless.
The text was updated successfully, but these errors were encountered:
Let's consider the following recursive JSON Schema:
If we iterate over the tokens of the following (incomplete) possible generation:
we bump into a token that is not in the set of next allowed tokens. It might not be due to the recursive property of the schema, but we need to debug this nevertheless.
The text was updated successfully, but these errors were encountered: