feat: 聊天记录

This commit is contained in:
ikechan8370 2023-03-29 23:50:49 +08:00
parent 0755b54486
commit fbfd105e0d
4 changed files with 221 additions and 1 deletions

View file

@ -690,7 +690,7 @@ export default class SydneyAIClient {
conversation.messages.push(userMessage)
conversation.messages.push(replyMessage)
}
await this.conversationsCache.set(conversationKey, conversation)
return {
conversationSignature,
conversationId,