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
Here is also a list of known limitations (contributions welcome):
184
184
185
-
-`additionalProperties` defaults to `false` (faster grammars + reduces hallucinations)
185
+
-`additionalProperties` defaults to `false` (produces faster grammars + reduces hallucinations).
186
+
-`"additionalProperties": true` may produce keys that contain unescaped newlines.
186
187
- Unsupported features are skipped silently. It is currently advised to use the command-line Python converter (see above) to see any warnings, and to inspect the resulting grammar / test it w/ [llama-gbnf-validator](../examples/gbnf-validator/gbnf-validator.cpp).
187
188
- Can't mix `properties` w/ `anyOf` / `oneOf` in the same type (https://github.com/ggerganov/llama.cpp/issues/7703)
188
189
-[prefixItems](https://json-schema.org/draft/2020-12/json-schema-core#name-prefixitems) is broken (but [items](https://json-schema.org/draft/2020-12/json-schema-core#name-items) works)
0 commit comments