From feaabcaa8b26cbd71706ac6f46aeea58e6362eed Mon Sep 17 00:00:00 2001 From: "nick.yi" Date: Thu, 20 Aug 2026 09:26:49 +0800 Subject: [PATCH] optimize ClearMessage --- .../BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs index 31eda506a..f7c911c35 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs @@ -220,7 +220,6 @@ public static RoleDialogModel From(RoleDialogModel source, public void ClearMessage() { this.Payload = null; - this.Content = string.Empty; this.RichContent = null; this.SecondaryContent = null; this.SecondaryRichContent = null;