Files
dify/api/core
QuantumGhost 399d510e1b fix(api): handle array[boolean] in LoopNode
The frontend save `array[boolean]` as a JSON array with string
element (e.g. `["true", "false", "true"]`), which is not handled
by LoopNode correctly.

This commit fix the issue by converting each element into Python
bool type before building segment.
2025-08-20 15:33:19 +08:00
..
2025-07-24 00:57:45 +08:00