mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
caption extension now adds the caption to the img title attribute
This commit is contained in:
@ -45,6 +45,7 @@ async function sendCaptionedMessage(caption, image) {
|
||||
send_date: Date.now(),
|
||||
mes: messageText,
|
||||
extra: { image: image },
|
||||
title: caption
|
||||
};
|
||||
context.chat.push(message);
|
||||
context.addOneMessage(message);
|
||||
|
Reference in New Issue
Block a user