Skip to content

Commit

Permalink
Update agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjosechittilappilly authored and ogabrielluiz committed Nov 12, 2024
1 parent bb408cd commit abc5264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/base/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class LCToolsAgentComponent(LCAgentComponent):
input_types=["Tool", "BaseTool", "StructuredTool"],
is_list=True,
required=True,
info="Tools for the agent",
info="These are the tools that the agent can use to help with tasks.",
),
*LCAgentComponent._base_inputs,
]
Expand Down

0 comments on commit abc5264

Please sign in to comment.