mirror of
https://github.com/langgenius/dify.git
synced 2025-06-27 05:30:04 +00:00

This PR fix the issue that `ObjectSegment` are not recursively added to the draft variable pool while loading draft variables from database. It also fixes an issue about loading variables with more than two elements in the its selector. Enhances #19735. Closes #21477.