From 61086efe7142d94ae8f618088e5849f4fca76ff1 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 26 Jun 2024 11:42:40 +0100 Subject: [PATCH] Update README.md --- grammars/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/grammars/README.md b/grammars/README.md index 3ccacbd59..293b8e4b4 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -181,6 +181,7 @@ space ::= | " " | "\n" [ \t]{0,20} Here is also a non-exhaustive list of limitations & **unsupported** features: +- 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. - [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) - `minimum`, `exclusiveMinimum`, `maximum`, `exclusiveMaximum`: only supported for `"type": "integer"` for now, not `number` - `$ref` handling is a bit buggy (https://github.com/ggerganov/llama.cpp/issues/8073)