Files
dify-plugin-sdks/python/examples/code_based_workflow/tools/tool.yaml
T
2024-07-24 00:42:35 +08:00

17 lines
282 B
YAML

identity:
name: tool
author: Dify
label:
en_US: Tool
zh_Hans: 工具
pt_BR: Tool
description:
human:
en_US: invoke other tools
zh_Hans: 调用其他工具
pt_BR: invoke other tools
llm: invoke other tools
extra:
python:
source: tools/tool.py