Skip to content

Commit af01c40

Browse files
Update structured-outputs.md
updated not support scenario for structured outputs
1 parent e70a57e commit af01c40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/ai-services/openai/how-to/structured-outputs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ recommendations: false
1616

1717
Structured outputs make a model follow a [JSON Schema](https://json-schema.org/overview/what-is-jsonschema) definition that you provide as part of your inference API call. This is in contrast to the older [JSON mode](./json-mode.md) feature, which guaranteed valid JSON would be generated, but was unable to ensure strict adherence to the supplied schema. Structured outputs is recommended for function calling, extracting structured data, and building complex multi-step workflows.
1818

19+
>[!NOTE]
20+
> Currently Structured outputs is not supported on [bring your own data](../concepts/use-your-data.md) scenario.
21+
1922
## Supported models
2023

2124
Currently only `gpt-4o` version: `2024-08-06` supports structured outputs.

0 commit comments

Comments
 (0)