enhancement: instruction textare using autoresize (#4404)

This commit is contained in:
Faisal Amir 2025-01-06 14:45:39 +07:00 committed by GitHub
parent f6f432f768
commit 3f2d2ef10d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ const ThreadRightPanel = () => {
id="assistant-instructions"
placeholder="Eg. You are a helpful assistant."
value={activeAssistant?.instructions ?? ''}
// autoResize
autoResize
onChange={onAssistantInstructionChanged}
/>
</div>