Update agent.py
Browse files
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,
|
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
|