Set _conversationId

This commit is contained in:
Haiping 2025-04-16 14:26:32 -05:00 committed by GitHub
parent 7ea6a62e08
commit 7fe2f0c3a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,8 @@ public partial class ConversationService : IConversationService
converation = await NewConversation(sess);
}
_conversationId = converation.Id;
return converation;
}