wt002 commited on
Commit
fe93293
·
verified ·
1 Parent(s): c1f6ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
 
 
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