SIGN IN SIGN UP

🔧 chore(chat.py): add missing build step for root node in graph

📝 docs(chat.py): explain the need for building the root node before the rest of the graph
The root node in the graph was not being built before the rest of the graph, which caused issues when certain nodes required parameters that were not connected to them. By adding the missing build step for the root node, we ensure that all necessary connections and parameters are properly set up before building the rest of the graph. This improves the overall functionality and reliability of the chat module.
G
Gabriel Luiz Freitas Almeida committed
1d22e8c97a97b18a98f2d36ef4507dea74dfba4b
Parent: 6255932