langflow/src/backend/base
Gabriel Luiz Freitas Almeida 77b7d8d626 refactor: Update Graph.from_payload to include flow name
This commit updates the `Graph.from_payload` method in the `endpoints.py` file to include the `flow_name` parameter. This change ensures that the `Graph` object is created with the correct flow name, which is necessary for proper functionality. By passing the `flow.name` value to the `Graph.from_payload` method, we ensure that the `graph` object is initialized correctly with the associated flow name. This improvement enhances the accuracy and reliability of the code.
2024-06-23 22:48:36 -03:00
..
langflow refactor: Update Graph.from_payload to include flow name 2024-06-23 22:48:36 -03:00
poetry.lock 🔧 (Makefile): add 'update' target to run 'poetry update' command for updating dependencies 2024-06-21 21:49:22 -07:00
pyproject.toml chore: Update package versions in pyproject.toml files 2024-06-23 18:35:21 -07:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00