feat: message event

This commit is contained in:
Timothy J. Baek 2024-07-11 11:00:42 -07:00
parent b094153af2
commit 7ba7b959a8

View File

@ -156,6 +156,8 @@
} else {
message.citations = [data];
}
} else if (type === 'message') {
message.content += data.content;
} else if (type === 'confirmation') {
eventCallback = cb;
showEventConfirmation = true;