Spaces:
Build error
Build error
Gorantla Krishna
commited on
Commit
·
09b68c9
1
Parent(s):
267e42e
update
Browse files
src/langgraphagenticai/graph/graph_builder.py
CHANGED
|
@@ -65,7 +65,7 @@ class GraphBuilder:
|
|
| 65 |
elif usecase == "Chatbot with Tool":
|
| 66 |
self.chatbot_with_tools_build_graph()
|
| 67 |
|
| 68 |
-
|
| 69 |
|
| 70 |
return self.graph_builder.compile()
|
| 71 |
|
|
|
|
| 65 |
elif usecase == "Chatbot with Tool":
|
| 66 |
self.chatbot_with_tools_build_graph()
|
| 67 |
|
| 68 |
+
|
| 69 |
|
| 70 |
return self.graph_builder.compile()
|
| 71 |
|