Update the Vertex class in base.py to fix a bug in the logic for checking if a parameter is a list. The current implementation only checks if the "list" key exists in the template_dict, but it should also check if the value of the "list" key is truthy. This change ensures that the correct condition is used to determine if a parameter is a list, preventing potential overwriting of params with the same name but different target_id. |
||
|---|---|---|
| .. | ||
| langflow | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||