mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 删掉多余的提示
This commit is contained in:
parent
8a32f7e4fd
commit
c3d9f65a03
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export class ImageCaptionTool extends AbstractTool {
|
||||||
},
|
},
|
||||||
question: {
|
question: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'if you want to ask something about this picture, write your question in English here. If you just want to know what\'s in the photo, leave it blank'
|
description: 'if you want to ask something about this picture, write your question in English here.'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
required: []
|
required: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue