mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 05:08:58 +08:00
fix: not able to pass array of string/number/object into variable aggregator groups (#7757)
This commit is contained in:
parent
7541a492b7
commit
5d0914daea
@ -17,7 +17,7 @@ class AdvancedSettings(BaseModel):
|
|||||||
"""
|
"""
|
||||||
Group.
|
Group.
|
||||||
"""
|
"""
|
||||||
output_type: Literal['string', 'number', 'array', 'object']
|
output_type: Literal['string', 'number', 'object', 'array[string]', 'array[number]', 'array[object]']
|
||||||
variables: list[list[str]]
|
variables: list[list[str]]
|
||||||
group_name: str
|
group_name: str
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user