Skip to content

Commit f50a55c

Browse files
committed
fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity
1 parent 0ea6994 commit f50a55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Models
22

3-
The Agents SDK comes with out of the box support for OpenAI models in two flavors:
3+
The Agents SDK comes with out-of-the-box support for OpenAI models in two flavors:
44

55
- **Recommended**: the [`OpenAIResponsesModel`][agents.models.openai_responses.OpenAIResponsesModel], which calls OpenAI APIs using the new [Responses API](https://platform.openai.com/docs/api-reference/responses).
66
- The [`OpenAIChatCompletionsModel`][agents.models.openai_chatcompletions.OpenAIChatCompletionsModel], which calls OpenAI APIs using the [Chat Completions API](https://platform.openai.com/docs/api-reference/chat).

0 commit comments

Comments
 (0)