feat: add alternative input configuration where Ctrl-Enter is required to send chat messages

This commit is contained in:
Thomas Rehn
2025-02-05 13:43:35 +01:00
parent d0ddb0637e
commit 8b3fcfea13
3 changed files with 54 additions and 18 deletions

View File

@@ -140,6 +140,7 @@ type Settings = {
title?: TitleSettings;
splitLargeDeltas?: boolean;
chatDirection: 'LTR' | 'RTL';
alternativeEnterBehavior?: boolean;
system?: string;
requestFormat?: string;