We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36beae commit 16f0f58Copy full SHA for 16f0f58
src/agents/model_settings.py
@@ -92,7 +92,10 @@ class ModelSettings:
92
"""
93
94
truncation: Literal["auto", "disabled"] | None = None
95
- """The truncation strategy to use when calling the model."""
+ """The truncation strategy to use when calling the model.
96
+ See [Responses API documentation](https://platform.openai.com/docs/api-reference/responses/create#responses_create-truncation)
97
+ for more details.
98
+ """
99
100
max_tokens: int | None = None
101
"""The maximum number of output tokens to generate."""
0 commit comments