Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/realtime-test
This commit is contained in:
commit
0bf06b33d1
|
|
@ -367,8 +367,8 @@ public class ConversationController : ControllerBase
|
||||||
var routing = _services.GetRequiredService<IRoutingService>();
|
var routing = _services.GetRequiredService<IRoutingService>();
|
||||||
routing.Context.SetMessageId(conversationId, inputMsg.MessageId);
|
routing.Context.SetMessageId(conversationId, inputMsg.MessageId);
|
||||||
|
|
||||||
SetStates(conv, input);
|
|
||||||
conv.SetConversationId(conversationId, input.States);
|
conv.SetConversationId(conversationId, input.States);
|
||||||
|
SetStates(conv, input);
|
||||||
|
|
||||||
var response = new ChatResponseModel();
|
var response = new ChatResponseModel();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue