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 2109a68 + 9a9cc1d commit 30dec8fCopy full SHA for 30dec8f
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