Skip to content

Commit

Permalink
Ensure debug setting defaults to False
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Jun 15, 2024
1 parent 3736173 commit cc33c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controlflow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Settings(ControlFlowSettings):
# ------------ Debug settings ------------

raise_on_tool_error: bool = Field(
True, description="If True, an error in a tool call will raise an exception."
False, description="If True, an error in a tool call will raise an exception."
)

print_handler_width: Optional[int] = Field(
Expand Down

0 comments on commit cc33c14

Please sign in to comment.