Files
log10go/docs/models/components/one.md
2024-05-24 18:29:28 -07:00

12 lines
289 B
Markdown

# One
`none` means the model will not call a function and instead generates a message. `auto` means the model can pick between generating a message or calling a function.
## Values
| Name | Value |
| --------- | --------- |
| `OneNone` | none |
| `OneAuto` | auto |