Skip to content

Commit

Permalink
llm schemas dsl run with cog, refs #783
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 27, 2025
1 parent 9a38021 commit 08f6d23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 08f6d23

Please sign in to comment.