Update README.md
This commit is contained in:
parent
ddf43fcb64
commit
efcc4acec3
1 changed files with 4 additions and 3 deletions
|
@ -179,10 +179,11 @@ space ::= | " " | "\n" [ \t]{0,20}
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Here is also a non-exhaustive list of limitations & **unsupported** features:
|
||||||
|
|
||||||
Here is also a non-exhaustive list of **unsupported** features:
|
- `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)
|
||||||
- `minimum`, `exclusiveMinimum`, `maximum`, `exclusiveMaximum`: only supported for `"type": "integer"` for now
|
- [pattern](https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern)s must start with `^` and end with `$`
|
||||||
- Remote `$ref`s in the C++ version (Python & JavaScript versions fetch https refs)
|
- Remote `$ref`s in the C++ version (Python & JavaScript versions fetch https refs)
|
||||||
- Mixing `properties` w/ `anyOf` / `oneOf` in the same type (https://github.com/ggerganov/llama.cpp/issues/7703)
|
- Mixing `properties` w/ `anyOf` / `oneOf` in the same type (https://github.com/ggerganov/llama.cpp/issues/7703)
|
||||||
- `string` formats `uri`, `email`
|
- `string` formats `uri`, `email`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue