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: