Skip to content

Commit 0ca92c0

Browse files
author
Yanan Wang
committed
Fix the bugs due to the MessageingType typo correct
1 parent bca0403 commit 0ca92c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.SendMessage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private async Task HandleAssistantMessage(RoleDialogModel message, Func<RoleDial
106106
message.RichContent = message.RichContent ?? new RichContent<TextMessage>
107107
{
108108
Recipient = new Recipient { Id = state.GetConversationId() },
109-
MessageingType = "RESPONSE",
110109
Message = new TextMessage { Text = message.Content }
111110
};
112111

0 commit comments

Comments
 (0)