上传文件至 /
This commit is contained in:
42
_manifest.json
Normal file
42
_manifest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"license": "GPL-v3.0-or-later",
|
||||
"name": "web_search_plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "联网搜索和url获取",
|
||||
"author": {
|
||||
"name": "xingluo",
|
||||
"url": "https://git.liulikeji.cn/xingluo"
|
||||
},
|
||||
"homepage_url": "https://git.liulikeji.cn/xingluo/maim-web_search_plugin",
|
||||
"repository_url": "https://git.liulikeji.cn/xingluo/maim-web_search_plugin",
|
||||
"keywords": ["web_search", "url"],
|
||||
"categories": ["search", "get_html"],
|
||||
"default_locale": "zh-CN",
|
||||
"plugin_info": {
|
||||
"is_built_in": false,
|
||||
"components": [
|
||||
{
|
||||
"type": "tool",
|
||||
"name": "ai_search",
|
||||
"description": "使用AI模型进行智能搜索,处理复杂查询。"
|
||||
},
|
||||
{
|
||||
"type": "bing_search",
|
||||
"name": "ai_search",
|
||||
"description": "调用Bing搜索引擎,只能提供参考链接并没有实际答案"
|
||||
},
|
||||
{
|
||||
"type": "tool",
|
||||
"name": "get_url_content",
|
||||
"description": "获取指定URL链接的网页内容,明确知道url链接时可以直接使用,"
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"ai搜索助手",
|
||||
"扩展麦麦能获取到的信息",
|
||||
"查询url内容",
|
||||
"让麦麦更聪明"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user