mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
17 lines
282 B
YAML
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
|