Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -283,7 +283,7 @@ class MagAgent:
|
|
283 |
|
284 |
async def __call__(self, question: str, tast_id) -> str:
|
285 |
"""Process a question asynchronously using the MagAgent."""
|
286 |
-
print(f"MagAgent received question (first 50 chars): {question[:50]}... Task ID: {task_id}"
|
287 |
|
288 |
try:
|
289 |
if self.rate_limiter:
|
|
|
283 |
|
284 |
async def __call__(self, question: str, tast_id) -> str:
|
285 |
"""Process a question asynchronously using the MagAgent."""
|
286 |
+
print(f"MagAgent received question (first 50 chars): {question[:50]}... Task ID: {task_id}")
|
287 |
|
288 |
try:
|
289 |
if self.rate_limiter:
|