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 71c7d4f commit e5c68aaCopy full SHA for e5c68aa
src/agents/model_settings.py
@@ -37,7 +37,7 @@ class ModelSettings:
37
38
parallel_tool_calls: bool | None = None
39
"""Whether to use parallel tool calls when calling the model.
40
- Defaults to False if not provided."""
+ Defaults to True if not provided."""
41
42
truncation: Literal["auto", "disabled"] | None = None
43
"""The truncation strategy to use when calling the model."""
0 commit comments