mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
add tool resource
This commit is contained in:
@@ -131,7 +131,7 @@ class ToolEngine:
|
||||
|
||||
# hit the callback handler
|
||||
workflow_tool_callback.on_tool_end(
|
||||
tool_name=tool.identity.name,
|
||||
tool_name=tool.identity.name,
|
||||
tool_inputs=tool_parameters,
|
||||
tool_outputs=response
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user