You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @app.post("/chat") we invoke the get_response function which (every time!) creates the graph via graph_builder = create_workflow_graph() . Isn't this an inefficient method? The same happens with the get_streaming_response function