Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,6 +96,7 @@ class SuperSmartAgent:
|
|
| 96 |
|
| 97 |
|
| 98 |
graph = builder.compile()
|
|
|
|
| 99 |
|
| 100 |
def __call__(self, question: str) -> str:
|
| 101 |
# use self.graph to process the question
|
|
|
|
| 96 |
|
| 97 |
|
| 98 |
graph = builder.compile()
|
| 99 |
+
return graph
|
| 100 |
|
| 101 |
def __call__(self, question: str) -> str:
|
| 102 |
# use self.graph to process the question
|