Skip to content

Commit 9598b29

Browse files
committed
fix: Added missing space after 'the' for better clarity
1 parent 56500bf commit 9598b29

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
@@ -15,7 +15,7 @@ Within a single workflow, you may want to use different models for each agent. F
1515

1616
!!!note
1717

18-
While our SDK supports both the [`OpenAIResponsesModel`][agents.models.openai_responses.OpenAIResponsesModel] and the[`OpenAIChatCompletionsModel`][agents.models.openai_chatcompletions.OpenAIChatCompletionsModel] shapes, we recommend using a single model shape for each workflow because the two shapes support a different set of features and tools. If your workflow requires mixing and matching model shapes, make sure that all the features you're using are available on both.
18+
While our SDK supports both the [`OpenAIResponsesModel`][agents.models.openai_responses.OpenAIResponsesModel] and the [`OpenAIChatCompletionsModel`][agents.models.openai_chatcompletions.OpenAIChatCompletionsModel] shapes, we recommend using a single model shape for each workflow because the two shapes support a different set of features and tools. If your workflow requires mixing and matching model shapes, make sure that all the features you're using are available on both.
1919

2020
```python
2121
from agents import Agent, Runner, AsyncOpenAI, OpenAIChatCompletionsModel

0 commit comments

Comments
 (0)