Return Instruction for SSE.
This commit is contained in:
parent
1d0a7e8196
commit
c3c28e282b
|
|
@ -298,6 +298,7 @@ public class ConversationController : ControllerBase
|
|||
MessageId = msg.MessageId,
|
||||
Text = msg.Indication,
|
||||
Function = "indicating",
|
||||
Instruction = msg.Instruction,
|
||||
States = new Dictionary<string, string>()
|
||||
};
|
||||
await OnChunkReceived(Response, indicator);
|
||||
|
|
|
|||
Loading…
Reference in a new issue