IamRulo commited on
Commit
78aec6e
·
verified ·
1 Parent(s): 3dd09d5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -750,7 +750,7 @@ def build_graph(provider: str = "huggingface"):
750
  builder.add_node("assistant", assistant)
751
  builder.add_node("tools", ToolNode(tools))
752
  #builder.add_edge(START, "retriever")
753
- builder.add_edge(START, "assistamt")
754
  #builder.add_edge("retriever", "assistant")
755
  builder.add_conditional_edges(
756
  "assistant",
 
750
  builder.add_node("assistant", assistant)
751
  builder.add_node("tools", ToolNode(tools))
752
  #builder.add_edge(START, "retriever")
753
+ builder.add_edge(START, "assistant")
754
  #builder.add_edge("retriever", "assistant")
755
  builder.add_conditional_edges(
756
  "assistant",