We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1049cda commit 0c88dddCopy full SHA for 0c88ddd
template_langgraph/services/streamlits/pages/chat_with_tools_agent.py
@@ -127,7 +127,6 @@ def get_checkpointer():
127
def ensure_agent_graph(selected_tools: list) -> None:
128
signature = (tuple(tool.name for tool in selected_tools), get_selected_checkpoint_type().value)
129
graph_signature = st.session_state.get("graph_tools_signature")
130
-
131
if "graph" not in st.session_state or graph_signature != signature:
132
st.session_state["graph"] = ChatWithToolsAgent(
133
tools=selected_tools,
0 commit comments