mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 08:12:46 +08:00
🐛 fix(agents.py): change 'required' attribute of 'Tool' field in InitializeAgentNode class from False to True to enforce its presence
This commit is contained in:
@ -189,7 +189,7 @@ class InitializeAgentNode(FrontendNode):
|
||||
),
|
||||
TemplateField(
|
||||
field_type="Tool",
|
||||
required=False,
|
||||
required=True,
|
||||
show=True,
|
||||
name="tools",
|
||||
is_list=True,
|
||||
|
||||
Reference in New Issue
Block a user