Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | examples : support minItems/maxItems in JSON grammar converter (#5039) | nopperl | |
* support minLength and maxLength in JSON schema grammar converter * Update examples/json-schema-to-grammar.py --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
2023-08-23 | chmod : make scripts executable (#2675) | Cebtenzzre | |
2023-08-02 | examples : generate JSON according to schema (#1887) | Evan Jones | |
* examples : add JSON schema grammars * complete JSON grammar * ensure primitive types can be used as root of schema * support integer type and adjust usage text |