更新 mypy 版本至 1.13.0,重构 marshoai-megakits 模块并添加随机数和计算功能

This commit is contained in:
2024-12-13 02:40:55 +08:00
parent 8defcfdd66
commit 5797381824
25 changed files with 101 additions and 80 deletions

View File

@ -0,0 +1,51 @@
[
{
"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"
]
}
}
]