This commit is contained in:
Thorsten Sommer 2024-07-09 20:19:17 +02:00
parent 839c398209
commit 1b9530bc1f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -13,7 +13,7 @@ public enum SendBehavior
/// <summary> /// <summary>
/// The user can send the input to the AI by pressing any modifier key /// The user can send the input to the AI by pressing any modifier key
/// together with the enter key. Alternatively, the user can click the send /// together with the enter key. Alternatively, the user can click the sent
/// button. The enter key alone adds a new line. /// button. The enter key alone adds a new line.
/// </summary> /// </summary>
MODIFER_ENTER_IS_SENDING, MODIFER_ENTER_IS_SENDING,