Coool2 commited on
Commit
e913227
·
verified ·
1 Parent(s): 4f05e66

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -492,7 +492,7 @@ class EnhancedGAIAAgent:
492
 
493
  # Fonction asynchrone pour exécuter l'agent
494
  async def run_agent():
495
- response = await self.coordinator.run(ctx=ctx, input=context_prompt)
496
  return response
497
 
498
  # Exécuter de manière asynchrone
 
492
 
493
  # Fonction asynchrone pour exécuter l'agent
494
  async def run_agent():
495
+ response = await self.coordinator.run(ctx=ctx, user_msg=context_prompt)
496
  return response
497
 
498
  # Exécuter de manière asynchrone