mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-31 23:44:20 +08:00
52 lines
965 B
JSON
52 lines
965 B
JSON
[
|
|
{
|
|
"type" : "function",
|
|
"function" : {
|
|
"name" : "marshoai-meogirl__meogirl",
|
|
"description" : "介绍Meogirl"
|
|
}
|
|
},
|
|
{
|
|
"type": "function",
|
|
"function": {
|
|
"name": "marshoai-meogirl__search",
|
|
"description": "查找/搜索 某角色/事物 (使用萌娘百科)",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"msg": {
|
|
"type": "string",
|
|
"description": "搜索关键词"
|
|
},
|
|
"num": {
|
|
"type": "integer",
|
|
"description": "数据显示条数, 默认3, 可留空"
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"msg"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type" : "function",
|
|
"function" : {
|
|
"name" : "marshoai-meogirl__introduce",
|
|
"description" : "介绍/展示 某角色/事物 (使用萌娘百科)",
|
|
"parameters" : {
|
|
"type" : "object",
|
|
"properties" : {
|
|
"msg" : {
|
|
"type": "string",
|
|
"description": "关键词"
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"msg"
|
|
]
|
|
}
|
|
}
|
|
]
|