Closed SyuQyu closed 5 months ago
const response = await chat.sendAndAwaitResponse(content, true); when im using this the response is only the text and dont have the image
const response = await chat.sendAndAwaitResponse(content, true);
Use chat.generateImage and message.imageRelativePath.
chat.generateImage
message.imageRelativePath
const response = await chat.sendAndAwaitResponse(content, true);
when im using this the response is only the text and dont have the image