Files
FastGPT/packages/plugins/src/duckduckgo/template.json
Archer 87b4061302 System plugin adapt reference type in plugin input (#2965)
* perf: plugin input support reference

* perf: system plugin adapt plugin input reference
2024-10-22 14:51:15 +08:00

18 lines
348 B
JSON

{
"author": "",
"version": "486",
"name": "DuckDuckGo服务",
"avatar": "core/workflow/template/duckduckgo",
"intro": "DuckDuckGo 服务,包含网络搜索、图片搜索、新闻搜索等。",
"showStatus": false,
"weight": 11,
"isTool": true,
"templateType": "search",
"workflow": {
"nodes": [],
"edges": []
}
}