mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 06:02:56 +00:00
Formatting
This commit is contained in:
parent
93650c9d7c
commit
08ddc3dcec
@ -676,6 +676,7 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
|
|||||||
Blocks = this.currentChatTemplate == default ? [] : this.currentChatTemplate.ExampleConversation.Select(x => x.DeepClone()).ToList(),
|
Blocks = this.currentChatTemplate == default ? [] : this.currentChatTemplate.ExampleConversation.Select(x => x.DeepClone()).ToList(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
this.userInput = this.currentChatTemplate.PredefinedUserPrompt;
|
this.userInput = this.currentChatTemplate.PredefinedUserPrompt;
|
||||||
|
|
||||||
// Now, we have to reset the data source options as well:
|
// Now, we have to reset the data source options as well:
|
||||||
|
Loading…
Reference in New Issue
Block a user