remove test code

This commit is contained in:
Jicheng Lu 2024-05-14 10:14:08 -05:00
parent c2554509ae
commit f3bbb0259f

View file

@ -151,13 +151,6 @@ public partial class ConversationService
Message = new TextMessage(response.SecondaryContent ?? response.Content)
};
response.RichContent = new RichContent<IRichMessage>
{
Recipient = new Recipient { Id = state.GetConversationId() },
Editor = "file",
Message = new TextMessage(response.SecondaryContent ?? response.Content)
};
// Patch return function name
if (response.PostbackFunctionName != null)
{