Rename methods to improve clarity

This commit is contained in:
Thorsten Sommer 2025-05-24 18:33:04 +02:00
parent ec6f66510c
commit 4e9f7e524c
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -116,7 +116,7 @@ public partial class ChatTemplateDialog : MSGComponentBase
this.dataExampleConversation.Remove(item); this.dataExampleConversation.Remove(item);
} }
private void AddNewMessageToEnd() private void AddMessageToEnd()
{ {
this.ExampleConversation ??= new List<ContentBlock>(); this.ExampleConversation ??= new List<ContentBlock>();
@ -132,7 +132,7 @@ public partial class ChatTemplateDialog : MSGComponentBase
this.dataExampleConversation.Add(newEntry); this.dataExampleConversation.Add(newEntry);
} }
private void AddNewMessageBelow(ContentBlock currentItem) private void AddMessageBelow(ContentBlock currentItem)
{ {
// Create new entry with a valid role // Create new entry with a valid role