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 cb0125c commit 975cdecCopy full SHA for 975cdec
src/agents/model_settings.py
@@ -107,11 +107,12 @@ class ModelSettings:
107
108
store: bool | None = None
109
"""Whether to store the generated model response for later retrieval.
110
- Defaults to True if not provided."""
+ For Responses API: automatically enabled when not specified.
111
+ For Chat Completions API: disabled when not specified."""
112
113
include_usage: bool | None = None
114
"""Whether to include usage chunk.
115
+ Only available for Chat Completions API."""
116
117
response_include: list[ResponseIncludable] | None = None
118
"""Additional output data to include in the model response.
0 commit comments