Skip to content

Commit c3c28e2

Browse files
committed
Return Instruction for SSE.
1 parent 1d0a7e8 commit c3c28e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Infrastructure/BotSharp.OpenAPI/Controllers/ConversationController.cs

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ await conv.SendMessage(agentId, inputMsg,
298298
MessageId = msg.MessageId,
299299
Text = msg.Indication,
300300
Function = "indicating",
301+
Instruction = msg.Instruction,
301302
States = new Dictionary<string, string>()
302303
};
303304
await OnChunkReceived(Response, indicator);

0 commit comments

Comments
 (0)