mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
llm schemas dsl run with cog, refs #793
This commit is contained in:
parent
9a38021218
commit
259366a575
1 changed files with 15 additions and 0 deletions
15
docs/help.md
15
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue