add tool resource

This commit is contained in:
jyong
2024-05-09 18:24:51 +08:00
parent 8137d63000
commit 95fae0438d
9 changed files with 129 additions and 32 deletions

View File

@@ -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
)