Spaces:
Sleeping
Sleeping
Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
|
@@ -131,7 +131,7 @@ class MultyAgentSystem:
|
|
| 131 |
)
|
| 132 |
|
| 133 |
def __call__(self, question, **kwargs):
|
| 134 |
-
|
| 135 |
return self.manager_agent(question, **kwargs)
|
| 136 |
|
| 137 |
|
|
|
|
| 131 |
)
|
| 132 |
|
| 133 |
def __call__(self, question, **kwargs):
|
| 134 |
+
|
| 135 |
return self.manager_agent(question, **kwargs)
|
| 136 |
|
| 137 |
|