We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327f8e6 commit f453d9bCopy full SHA for f453d9b
2 files changed
src/lib/helpers/types/conversationTypes.js
@@ -168,7 +168,6 @@ IRichContent.prototype.language;
168
* @property {boolean} has_message_files
169
* @property {boolean} is_chat_message
170
* @property {boolean} is_streaming
171
- * @property {boolean} is_append
172
* @property {string} [indication]
173
*/
174
src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
@@ -522,7 +522,6 @@
522
if (!message.is_streaming) {
523
if (dialogs[dialogs.length - 1]?.message_id === message.message_id
524
&& dialogs[dialogs.length - 1]?.sender?.role === UserRole.Assistant
525
- && !message.is_append
526
) {
527
dialogs[dialogs.length - 1] = {
528
...message,
0 commit comments