fix: add more debug log

This commit is contained in:
ikechan8370 2023-07-01 16:31:17 +08:00
parent 877b91c765
commit a94017e6e5
4 changed files with 21 additions and 14 deletions

View file

@ -7,7 +7,7 @@ export class EliMovieTool extends AbstractTool {
properties: {
yesOrNo: {
type: 'string',
description: 'do you want to check?'
description: 'check or not'
}
},
required: ['yesOrNo']