mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
修复tools函数名
This commit is contained in:
parent
4083aba99f
commit
43a33f500e
@ -2,7 +2,7 @@
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai-bangumi__get_bangumi_news",
|
||||
"name": "marshoai_bangumi__get_bangumi_news",
|
||||
"description": "获取今天的新番(动漫)列表,在调用之前,你需要知道今天星期几。"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai-basic__get_current_time",
|
||||
"name": "marshoai_basic__get_current_time",
|
||||
"description": "获取现在的日期,时间和星期。"
|
||||
}
|
||||
}
|
||||
|
@ -2,21 +2,21 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__twisuki",
|
||||
"name" : "marshoai_megakits__twisuki",
|
||||
"description" : "介绍插件作者Twisuki(苏阳)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__megakits",
|
||||
"name" : "marshoai_megakits__megakits",
|
||||
"description" : "介绍本插件MegaKits"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__random_turntable",
|
||||
"name" : "marshoai_megakits__random_turntable",
|
||||
"description" : "随机转盘, 玩家输入上下限(均为整数), 返回一个随机整数",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
@ -39,7 +39,7 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__number_calc",
|
||||
"name" : "marshoai_megakits__number_calc",
|
||||
"description" : "数字计算器, 可对整数 小数做加减乘除, 乘方 取余运算",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
@ -66,7 +66,7 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__morse_encrypt",
|
||||
"name" : "marshoai_megakits__morse_encrypt",
|
||||
"description" : "摩尔斯电码加密, 输入一个字符串, 返回由.- 组成的摩尔斯电码",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
@ -85,7 +85,7 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__morse_decrypt",
|
||||
"name" : "marshoai_megakits__morse_decrypt",
|
||||
"description" : "摩尔斯电码解码, 输入一个字符串(由.- 组成), 返回由解码",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
@ -104,7 +104,7 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-megakits__nya_encode",
|
||||
"name" : "marshoai_megakits__nya_encode",
|
||||
"description" : "转换为猫猫语",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
@ -123,7 +123,7 @@
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai-megakits__nya_decode",
|
||||
"name": "marshoai_megakits__nya_decode",
|
||||
"description": "翻译猫语",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
@ -2,14 +2,14 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-meogirl__meogirl",
|
||||
"name" : "marshoai_meogirl__meogirl",
|
||||
"description" : "介绍Meogirl"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai-meogirl__search",
|
||||
"name": "marshoai_meogirl__search",
|
||||
"description": "查找/搜索 某角色/事物 (使用萌娘百科)",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
@ -32,7 +32,7 @@
|
||||
{
|
||||
"type" : "function",
|
||||
"function" : {
|
||||
"name" : "marshoai-meogirl__introduce",
|
||||
"name" : "marshoai_meogirl__introduce",
|
||||
"description" : "介绍/展示 某角色/事物 (使用萌娘百科)",
|
||||
"parameters" : {
|
||||
"type" : "object",
|
||||
|
Loading…
x
Reference in New Issue
Block a user