Skip to content

Commit

Permalink
enhancement: instruction textare using autoresize
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 6, 2025
1 parent f6f432f commit ae1df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Thread/ThreadRightPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const ThreadRightPanel = () => {
id="assistant-instructions"
placeholder="Eg. You are a helpful assistant."
value={activeAssistant?.instructions ?? ''}
// autoResize
autoResize
onChange={onAssistantInstructionChanged}
/>
</div>
Expand Down

0 comments on commit ae1df0f

Please sign in to comment.