Skip to content

Commit efc28c7

Browse files
authored
Update model_settings.py
1 parent d71671f commit efc28c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/agents/model_settings.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ class ModelSettings:
4343
"""The maximum number of output tokens to generate."""
4444

4545
reasoning: Reasoning | None = None
46-
"""Controls reasoning behavior for reasoning-capable models.
47-
For o-series models: Use 'effort' key with values 'low', 'medium', or 'high' to control
48-
reasoning effort. For computer_use_preview: Use 'generate_summary' key with values
49-
'concise' or 'detailed' to get reasoning summaries."""
46+
"""Configuration options for
47+
[reasoning models](https://platform.openai.com/docs/guides/reasoning).
48+
"""
5049

5150
metadata: dict[str, str] | None = None
5251
"""Metadata to include with the model response call."""

0 commit comments

Comments
 (0)