Skip to content

Commit 0ae6d3e

Browse files
committed
update
1 parent f0ac863 commit 0ae6d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ recommendations: false
1414

1515
# Structured outputs
1616

17-
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.
17+
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 is 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
@@ -282,7 +282,7 @@ Output:
282282
Structured Outputs for function calling can be enabled with a single parameter, by supplying `strict: true`.
283283

284284
> [!NOTE]
285-
> Structured outputs is not supported with parallel function calls. When using structured outputs set `parallel_tool_calls` to `false`.
285+
> Structured outputs are not supported with parallel function calls. When using structured outputs set `parallel_tool_calls` to `false`.
286286
287287
# [Python (Microsoft Entra ID)](#tab/python-secure)
288288

0 commit comments

Comments
 (0)