mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 06:21:28 +00:00
docs: update structured outputs doc for cloud (#15733)
--------- Co-authored-by: Parth Sareen <parth.sareen@ollama.com>
This commit is contained in:
parent
21883571b7
commit
3b43b9bc4b
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
title: Structured Outputs
|
||||
---
|
||||
|
||||
<Note>
|
||||
Ollama's Cloud currently does not support structured outputs.
|
||||
</Note>
|
||||
|
||||
Structured outputs let you enforce a JSON schema on model responses so you can reliably extract structured data, describe images, or keep every reply consistent.
|
||||
|
||||
## Generating structured JSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue