Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agents/model_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ModelSettings:

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

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