langflow/src
Gabriel Luiz Freitas Almeida 72b4a2d943 🔥 refactor(chat.py): remove unnecessary code for building the root node in the graph
The code for building the root node in the graph has been removed as it is no longer necessary. Previously, the root node was built separately due to certain nodes requiring parameters that were not connected to it. However, this approach has been reconsidered and the tools are now connected to the ZeroShotPrompt, eliminating the need for separate building of the root node.
2023-07-08 11:40:56 -03:00
..
backend 🔥 refactor(chat.py): remove unnecessary code for building the root node in the graph 2023-07-08 11:40:56 -03:00
frontend 🔥 refactor(promptModal): remove unused code and dependencies to improve code cleanliness and reduce bundle size 2023-07-08 09:13:35 -03:00