mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
feat: add form input node (#2773)
* add node * dispatch * extract InputTypeConfig component * question tip * fix build * fix * fix
This commit is contained in:
@@ -128,7 +128,8 @@ export enum FlowNodeTypeEnum {
|
||||
userSelect = 'userSelect',
|
||||
loop = 'loop',
|
||||
loopStart = 'loopStart',
|
||||
loopEnd = 'loopEnd'
|
||||
loopEnd = 'loopEnd',
|
||||
formInput = 'formInput'
|
||||
}
|
||||
|
||||
// node IO value type
|
||||
|
Reference in New Issue
Block a user