Skip to content

Commit

Permalink
add text area length
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Jun 19, 2024
1 parent ae1e69f commit f08ccc6
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 f08ccc6

Please # to comment.