Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
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()
|