SergeyO7 commited on
Commit
a966bbf
·
verified ·
1 Parent(s): 4ec0db1

Update agent.py

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