Skip to content

Commit

Permalink
Disable parallel tool calls for claude models
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Feb 20, 2025
1 parent f7eb46d commit e85a5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freeact/model/claude/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(
model_name=model_name,
system_instruction=self.system_message,
tools=[CODE_EXECUTOR_TOOL, CODE_EDITOR_TOOL],
parallel_tool_calls=False,
**kwargs,
)

Expand Down

0 comments on commit e85a5b3

Please sign in to comment.