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 d71671f commit efc28c7Copy full SHA for efc28c7
src/agents/model_settings.py
@@ -43,10 +43,9 @@ class ModelSettings:
43
"""The maximum number of output tokens to generate."""
44
45
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."""
+ """Configuration options for
+ [reasoning models](https://platform.openai.com/docs/guides/reasoning).
+ """
50
51
metadata: dict[str, str] | None = None
52
"""Metadata to include with the model response call."""
0 commit comments