remove token user id

This commit is contained in:
Jicheng Lu 2023-09-27 13:25:36 -05:00
parent 2109a68851
commit 9a9cc1d52a

View file

@ -24,7 +24,6 @@ public class ConversationController : ControllerBase, IApiAdapter
var service = _services.GetRequiredService<IConversationService>();
var sess = new Conversation
{
UserId = _user.Id,
AgentId = agentId
};
sess = await service.NewConversation(sess);