Skip to content

Commit e5c68aa

Browse files
committed
Fix default value for parallel_tool_calls in ModelSettings
1 parent 71c7d4f commit e5c68aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/model_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ModelSettings:
3737

3838
parallel_tool_calls: bool | None = None
3939
"""Whether to use parallel tool calls when calling the model.
40-
Defaults to False if not provided."""
40+
Defaults to True if not provided."""
4141

4242
truncation: Literal["auto", "disabled"] | None = None
4343
"""The truncation strategy to use when calling the model."""

0 commit comments

Comments
 (0)