fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity

This commit is contained in:
sumitaryal 2025-03-12 11:03:03 +05:45
parent de310e2692
commit 5c59e2dcfc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Models
The Agents SDK comes with out of the box support for OpenAI models in two flavors:
The Agents SDK comes with out-of-the-box support for OpenAI models in two flavors:
- **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).
- The [`OpenAIChatCompletionsModel`][agents.models.openai_chatcompletions.OpenAIChatCompletionsModel], which calls OpenAI APIs using the [Chat Completions API](https://platform.openai.com/docs/api-reference/chat).