Formatting

This commit is contained in:
Thorsten Sommer 2025-07-10 20:49:51 +02:00
parent 93650c9d7c
commit 08ddc3dcec
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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: