Skip to content

Commit 4ede63a

Browse files
authored
fix(docs): correct broken link and formatting (#965)
1 parent e90849d commit 4ede63a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,11 @@ do
357357
throw new NotImplementedException(completion.FinishReason.ToString());
358358
}
359359
} while (requiresAction);
360-
```\n\n## How to use chat completions with structured outputs
360+
```
361+
362+
## How to use chat completions with structured outputs
361363

362-
Beginning with the `gpt-4o-mini`, `gpt-4o-mini-2024-07-18`, and `gpt-4o-2024-08-06` model snapshots, structured outputs are available for both top-level response content and tool calls in the chat completion and assistants APIs. For information about the feature, see [the Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs/introduction).
364+
Beginning with the `gpt-4o-mini`, `gpt-4o-mini-2024-07-18`, and `gpt-4o-2024-08-06` model snapshots, structured outputs are available for both top-level response content and tool calls in the chat completion and assistants APIs. For information about the feature, see [the Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
363365

364366
To use structured outputs to constrain chat completion content, set an appropriate `ChatResponseFormat` as in the following example:
365367

0 commit comments

Comments
 (0)