From f50a55c82f7e76771d99f6fa978dc0db94ce0205 Mon Sep 17 00:00:00 2001 From: sumitaryal Date: Wed, 12 Mar 2025 11:03:03 +0545 Subject: [PATCH] fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity --- docs/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.md b/docs/models.md index 7d2ff1f..879924f 100644 --- a/docs/models.md +++ b/docs/models.md @@ -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).