enhancement: instruction textare using autoresize (#4404)
This commit is contained in:
parent
f6f432f768
commit
3f2d2ef10d
@ -257,7 +257,7 @@ const ThreadRightPanel = () => {
|
|||||||
id="assistant-instructions"
|
id="assistant-instructions"
|
||||||
placeholder="Eg. You are a helpful assistant."
|
placeholder="Eg. You are a helpful assistant."
|
||||||
value={activeAssistant?.instructions ?? ''}
|
value={activeAssistant?.instructions ?? ''}
|
||||||
// autoResize
|
autoResize
|
||||||
onChange={onAssistantInstructionChanged}
|
onChange={onAssistantInstructionChanged}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user