mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
It's schema_object: not schema:
This commit is contained in:
parent
b1fe2e9857
commit
362bdc6dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ prompt: 'Summarize this: $input'
|
|||
```
|
||||
### Schemas
|
||||
|
||||
Use the `schema:` key to embed a JSON schema (as YAML) in your template. The easiest way to create these is with the `llm --schema ... --save name-of-template` command - the result should look something like this:
|
||||
Use the `schema_object:` key to embed a JSON schema (as YAML) in your template. The easiest way to create these is with the `llm --schema ... --save name-of-template` command - the result should look something like this:
|
||||
|
||||
```yaml
|
||||
name: dogs
|
||||
|
|
|
|||
Loading…
Reference in a new issue