mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: not able to pass array of string/number/object into variable aggregator groups (#7757)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user