This commit is contained in:
Fahleen Arif 2026-04-05 00:34:15 +00:00 committed by GitHub
commit 289400a246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,15 +235,15 @@ export default function AgentConfig() {
name="description"
control={control}
render={({ field }) => (
<input
<textarea
{...field}
value={field.value ?? ''}
maxLength={512}
className={inputClass}
className={cn(inputClass, 'resize-none')}
id="description"
type="text"
placeholder={localize('com_agents_description_placeholder')}
aria-label="Agent description"
rows={3}
/>
)}
/>