fix: 啊啊啊

This commit is contained in:
ikechan8370 2023-06-25 16:22:27 +08:00
parent cd1687299a
commit 38383e373e

View file

@ -57,7 +57,7 @@ export class ProcessPictureTool extends AbstractTool {
})
if (captionRes.status === 200) {
let result = await captionRes.text()
return `the processed image url is ${result}`
return `the processed image url is ${Config.extraUrl}${result}`
} else {
return 'error happened'
}