Return Instruction for SSE.

This commit is contained in:
Haiping Chen 2024-05-27 19:26:58 -05:00
parent 1d0a7e8196
commit c3c28e282b

View file

@ -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);