fix: Update the character count for instructions (#11419)
- Increase the Captain instruction size to 20k instead of 2k - Fix a display issue in the Captain playground and i18n issue in Captain form.
This commit is contained in:
@@ -214,7 +214,7 @@ watch(
|
||||
v-model="state.instructions"
|
||||
:placeholder="t('CAPTAIN.ASSISTANTS.FORM.INSTRUCTIONS.PLACEHOLDER')"
|
||||
:message="formErrors.instructions"
|
||||
:max-length="2000"
|
||||
:max-length="20000"
|
||||
:message-type="formErrors.instructions ? 'error' : 'info'"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user