mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: backwards invoke tools
This commit is contained in:
@ -66,7 +66,7 @@ class ToolNode(BaseNode):
|
||||
)
|
||||
|
||||
try:
|
||||
message_stream = ToolEngine.workflow_invoke(
|
||||
message_stream = ToolEngine.generic_invoke(
|
||||
tool=tool_runtime,
|
||||
tool_parameters=parameters,
|
||||
user_id=self.user_id,
|
||||
|
||||
Reference in New Issue
Block a user