From 08ddc3dcec5676c98241338024cdd8814a821b87 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 10 Jul 2025 20:49:51 +0200 Subject: [PATCH] Formatting --- app/MindWork AI Studio/Components/ChatComponent.razor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/MindWork AI Studio/Components/ChatComponent.razor.cs b/app/MindWork AI Studio/Components/ChatComponent.razor.cs index 14e0fb66..43f79a10 100644 --- a/app/MindWork AI Studio/Components/ChatComponent.razor.cs +++ b/app/MindWork AI Studio/Components/ChatComponent.razor.cs @@ -676,6 +676,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable Blocks = this.currentChatTemplate == default ? [] : this.currentChatTemplate.ExampleConversation.Select(x => x.DeepClone()).ToList(), }; } + this.userInput = this.currentChatTemplate.PredefinedUserPrompt; // Now, we have to reset the data source options as well: