Skip to content

Commit

Permalink
Update agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjosechittilappilly authored Nov 12, 2024
1 parent d82eb7b commit e1bb583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/base/langflow/base/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class LCAgentComponent(Component):
name="verbose",
display_name="Verbose",
value=True,
advanced=True,
info="Print more details about the Agent's actions and thoughts.",
advanced=True
),
IntInput(
name="max_iterations",
Expand Down

0 comments on commit e1bb583

Please sign in to comment.