diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index af1bb616f6..46834d4056 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -1808,7 +1808,20 @@ {/if} -
+
+ {#if prompt.split('\n').length > 2} + + {/if} +
- {#if prompt.split('\n').length > 2} -
-
- -
-
- {/if} - {#if suggestions} {#key $settings?.richTextInput ?? true} {#key $settings?.showFormattingToolbar ?? false}