This commit is contained in:
Timothy Jaeryang Baek 2025-07-09 03:15:20 +04:00
parent c2ac797650
commit dd87111c80
2 changed files with 3 additions and 0 deletions

View file

@ -60,6 +60,7 @@
export let scrollToBottom: Function = () => {};
export let acceptFiles = true;
export let showFormattingButtons = true;
let showInputVariablesModal = false;
let inputVariables: Record<string, any> = {};
@ -697,6 +698,7 @@
bind:this={chatInputElement}
json={true}
messageInput={true}
{showFormattingButtons}
shiftEnter={!($settings?.ctrlEnterToSend ?? false) &&
(!$mobile ||
!(

View file

@ -344,6 +344,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
bind:chatInputElement
acceptFiles={false}
inputLoading={loading}
showFormattingButtons={false}
onSubmit={submitHandler}
{onStop}
>