mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: add variable to tool node config
This commit is contained in:
@ -148,8 +148,6 @@ class Tool(ABC):
|
||||
tool_parameter.default = parameter.default
|
||||
tool_parameter.options = parameter.options
|
||||
tool_parameter.llm_description = parameter.llm_description
|
||||
if parameter.input_schema:
|
||||
tool_parameter.input_schema = parameter.input_schema
|
||||
break
|
||||
else:
|
||||
# add new parameter
|
||||
|
||||
Reference in New Issue
Block a user