fix: 优化一些tool

This commit is contained in:
ikechan8370 2023-06-26 13:17:14 +08:00
parent b7ac3bff30
commit 8257779f5c
9 changed files with 29 additions and 22 deletions

View file

@ -11,10 +11,10 @@ export class SendMusicTool extends AbstractTool {
},
groupId: {
type: 'string',
description: '群号或qq号发送目标'
description: '群号或qq号发送目标,为空则发送到当前聊天'
}
},
required: ['keyword', 'groupId']
required: ['keyword']
}
func = async function (opts) {