Isaacgv commited on
Commit
39189cc
·
verified ·
1 Parent(s): cb3750e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -189,7 +189,7 @@ def build_graph(provider: str = "huggingface"):
189
  "assistant",
190
  tools_condition,
191
  )
192
- builder.add_edge("tools", "assistant"))
193
 
194
  # Compile graph
195
  return builder.compile()
 
189
  "assistant",
190
  tools_condition,
191
  )
192
+ builder.add_edge("tools", "assistant")
193
 
194
  # Compile graph
195
  return builder.compile()