Skip to content

Commit 0c88ddd

Browse files
committed
w
1 parent 1049cda commit 0c88ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template_langgraph/services/streamlits/pages/chat_with_tools_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def get_checkpointer():
127127
def ensure_agent_graph(selected_tools: list) -> None:
128128
signature = (tuple(tool.name for tool in selected_tools), get_selected_checkpoint_type().value)
129129
graph_signature = st.session_state.get("graph_tools_signature")
130-
131130
if "graph" not in st.session_state or graph_signature != signature:
132131
st.session_state["graph"] = ChatWithToolsAgent(
133132
tools=selected_tools,

0 commit comments

Comments
 (0)