Skip to content

Commit

Permalink
Merge pull request #144 from iceljc/features/refine-chat-window
Browse files Browse the repository at this point in the history
add text area length
  • Loading branch information
Oceania2018 authored Jun 19, 2024
2 parents 87199a1 + f08ccc6 commit 879b33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@
<div class="position-relative">
<ChatTextArea
className={`chat-input ${loadFileEditor ? 'chat-uploader' : ''}`}
maxLength={4096}
bind:text={text}
disabled={isSendingMsg || isThinking || disableAction}
editor={lastBotMsg?.rich_content?.editor || ''}
Expand Down

0 comments on commit 879b33a

Please # to comment.