Replies: 3 comments
-
|
Dify currently does not support generic array types for user-defined plugin parameters in the UI or YAML configuration. Only specific array types like To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
@dosu 1.9.1 Whether it is supported |
Beta Was this translation helpful? Give feedback.
-
|
We kindly request that Dify officially allow users to freely use the officially defined and supported data types as interfaces in custom plugins as soon as possible. The current restrictions are severely hindering many users from adopting Dify as a product. Lifting these limitations and allowing users to freely extend the functionality will undoubtedly significantly accelerate the popularity and promotion of Dify. Please do it ASAP !!!!!!!!!! Official plugin can directly any output node, custom plugin should be approved to use all the data type defined by Dify, right? dify/web/app/components/workflow/nodes/iteration/use-config.ts Lines 34 to 44 in 876f48d const filterInputVar = useCallback((varPayload: Var) => { const handleInputChange = useCallback((input: ValueSelector | string, _varKindType: VarKindType, varInfo?: Var) => { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
i want to parameters type: array ?but it not work and error
parameters:
type: string
required: false
label:
en_US: 文件id或url
zh_Hans: 文件id或url
pt_BR: 文件id或url
human_description:
en_US: 支持单个字符串、逗号分隔的字符串,或字符串数组;根据related_id或url反向获取文件对象,便于作为文件对象类型参数传递
zh_Hans: 支持单个字符串、逗号分隔的字符串,或字符串数组;根据related_id或url反向获取文件对象,便于作为文件对象类型参数传递
pt_BR: 支持单个字符串、逗号分隔的字符串,或字符串数组;根据related_id或url反向获取文件对象,便于作为文件对象类型参数传递
llm_description: 支持单个字符串、逗号分隔的字符串,或字符串数组;根据related_id或url反向获取文件对象,便于作为文件对象类型参数传递
form: llm
type: array
required: false
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions