fix: hyphenated compound adjective out of the box -> out-of-the-box for clarity
This commit is contained in:
parent
0ea6994406
commit
f50a55c82f
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue