We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 649cba5 + 30dec8f commit 7b45a27Copy full SHA for 7b45a27
src/Infrastructure/BotSharp.OpenAPI/Controllers/ConversationController.cs
@@ -24,7 +24,6 @@ public async Task<ConversationViewModel> NewConversation([FromRoute] string agen
24
var service = _services.GetRequiredService<IConversationService>();
25
var sess = new Conversation
26
{
27
- UserId = _user.Id,
28
AgentId = agentId
29
};
30
sess = await service.NewConversation(sess);
0 commit comments