Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 12, 2024
1 parent 6b49823 commit 52abcaf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/backend/base/langflow/base/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ class LCAgentComponent(Component):
advanced=True,
info="Should the Agent fix errors when reading user input for better processing?",
),
BoolInput(
name="verbose",
display_name="Verbose",
value=True,
advanced=True
),
BoolInput(name="verbose", display_name="Verbose", value=True, advanced=True),
IntInput(
name="max_iterations",
display_name="Max Iterations",
Expand Down

0 comments on commit 52abcaf

Please sign in to comment.