mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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.
|
||||
"""
|
||||
output_type: Literal['string', 'number', 'array', 'object']
|
||||
output_type: Literal['string', 'number', 'object', 'array[string]', 'array[number]', 'array[object]']
|
||||
variables: list[list[str]]
|
||||
group_name: str
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user