fix: history manager

This commit is contained in:
ikechan8370 2025-04-09 16:40:25 +08:00
parent 1788ee6d7d
commit 0c602d6cb3
2 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,7 @@ export class YunzaiUserState {
this.settings = {}
this.current = {
conversationId,
messageId: ''
messageId: crypto.randomUUID()
}
}
}