mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Rename methods to improve clarity
This commit is contained in:
parent
ec6f66510c
commit
4e9f7e524c
@ -116,7 +116,7 @@ public partial class ChatTemplateDialog : MSGComponentBase
|
||||
this.dataExampleConversation.Remove(item);
|
||||
}
|
||||
|
||||
private void AddNewMessageToEnd()
|
||||
private void AddMessageToEnd()
|
||||
{
|
||||
this.ExampleConversation ??= new List<ContentBlock>();
|
||||
|
||||
@ -132,7 +132,7 @@ public partial class ChatTemplateDialog : MSGComponentBase
|
||||
this.dataExampleConversation.Add(newEntry);
|
||||
}
|
||||
|
||||
private void AddNewMessageBelow(ContentBlock currentItem)
|
||||
private void AddMessageBelow(ContentBlock currentItem)
|
||||
{
|
||||
|
||||
// Create new entry with a valid role
|
||||
|
Loading…
Reference in New Issue
Block a user