feat: add a tts tool

This commit is contained in:
ikechan8370 2023-06-25 16:09:47 +08:00
parent c3d9f65a03
commit da27e6a1b3
4 changed files with 71 additions and 3 deletions

View file

@ -16,7 +16,7 @@ export class ImageCaptionTool extends AbstractTool {
},
question: {
type: 'string',
description: 'if you want to ask something about this picture, write your question in English here.'
description: 'when you need an answer for a question based on an image, write your question in English here.'
}
},
required: []