Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -550,7 +550,7 @@ You are an advanced, helpful, and highly analytical research assistant. Your goa
|
|
550 |
return agent
|
551 |
|
552 |
|
553 |
-
|
554 |
logger.info(f"Received question: {question[:200]}...")
|
555 |
print(f"Agent received question (first 50 chars): {question[:50]}...")
|
556 |
|
|
|
550 |
return agent
|
551 |
|
552 |
|
553 |
+
def __call__(self, question: str) -> str:
|
554 |
logger.info(f"Received question: {question[:200]}...")
|
555 |
print(f"Agent received question (first 50 chars): {question[:50]}...")
|
556 |
|