mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: input number width & default value for child delimiter
This commit is contained in:
@ -121,7 +121,7 @@ const defaultParentChildConfig: ParentChildConfig = {
|
||||
maxLength: 500,
|
||||
},
|
||||
child: {
|
||||
delimiter: '\\n\\n',
|
||||
delimiter: '\\n',
|
||||
maxLength: 200,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user