Skip to content

Commit c61ba48

Browse files
committed
update
1 parent 0ae6d3e commit c61ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ recommendations: false
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 are recommended for function calling, extracting structured data, and building complex multi-step workflows.
1818

1919
> [!NOTE]
20-
> * Currently structured outputs are not supported with:
20+
> Currently structured outputs are not supported with:
2121
> - [Bring your own data](../concepts/use-your-data.md) scenarios.
2222
> - `gpt-4o-audio-preview` version: `2024-12-17`.
2323

0 commit comments

Comments
 (0)