mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat: add obj and array type support
This commit is contained in:
@ -19,6 +19,8 @@ export enum FormTypeEnum {
|
||||
toolSelector = 'tool-selector',
|
||||
multiToolSelector = 'array[tools]',
|
||||
appSelector = 'app-selector',
|
||||
object = 'object',
|
||||
array = 'array',
|
||||
}
|
||||
|
||||
export type FormOption = {
|
||||
|
||||
Reference in New Issue
Block a user