diff --git a/docs/help.md b/docs/help.md index 2089740..899d0e0 100644 --- a/docs/help.md +++ b/docs/help.md @@ -431,6 +431,7 @@ Options: Commands: list* List stored schemas + dsl Convert LLM's schema DSL to a JSON schema show Show a stored schema ``` @@ -460,6 +461,20 @@ Options: --help Show this message and exit. ``` +(help-schemas-dsl)= +#### llm schemas dsl --help +``` +Usage: llm schemas dsl [OPTIONS] INPUT + + Convert LLM's schema DSL to a JSON schema + + llm schema dsl 'name, age int, bio: their bio' + +Options: + --multi Wrap in an array + --help Show this message and exit. +``` + (help-aliases)= ### llm aliases --help ```