Skip to content

Commit

Permalink
Merge pull request #119 from PrefectHQ/debug-false
Browse files Browse the repository at this point in the history
Ensure debug setting defaults to False
  • Loading branch information
jlowin authored Jun 15, 2024
2 parents 3736173 + cc33c14 commit ced6b76
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 ced6b76

Please sign in to comment.