mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 修复Gemini的图片和工具支持
This commit is contained in:
parent
1fad082da6
commit
e6af4083c2
5 changed files with 48 additions and 31 deletions
|
|
@ -14,7 +14,7 @@ export class SendMusicTool extends AbstractTool {
|
|||
description: 'Fill in the target user_id or groupId when you need to send music to specific group or user, otherwise leave blank'
|
||||
}
|
||||
},
|
||||
required: ['keyword']
|
||||
required: ['id']
|
||||
}
|
||||
|
||||
func = async function (opts, e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue