rollback set conversation id

This commit is contained in:
Haiping 2025-04-16 15:35:42 -05:00 committed by GitHub
parent 7fe2f0c3a3
commit e017c21dd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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