We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6223e0 commit c3fcc21Copy full SHA for c3fcc21
1 file changed
gen-ai/semantic-kernel-bot-in-a-box/src/Bots/SemanticKernelBot.cs
@@ -121,7 +121,6 @@ public override async Task<string> ProcessMessage(ConversationData conversationD
121
var planner = new FunctionCallingStepwisePlanner(plannerOptions);
122
string prompt = FormatConversationHistory(conversationData);
123
var result = await planner.ExecuteAsync(kernel, prompt);
124
- await turnContext.SendActivityAsync(JsonSerializer.Serialize(result));
125
126
return result.FinalAnswer;
127
}
0 commit comments