PLBot commited on
Commit
a7a233f
·
1 Parent(s): f2f535a

remove agenttext

Browse files
Files changed (1) hide show
  1. agents/coordinator_agent.py +1 -2
agents/coordinator_agent.py CHANGED
@@ -1,5 +1,4 @@
1
  from smolagents import CodeAgent
2
- from smolagents.agents import AgentText
3
  from typing import Dict, List, Optional, Any
4
 
5
  class CoordinatorAgent(CodeAgent):
@@ -61,4 +60,4 @@ class CoordinatorAgent(CodeAgent):
61
  """
62
 
63
  if prompt_templates and "system_prompt" in prompt_templates:
64
- prompt_templates["system_prompt"] += self.system_prompt_extension
 
1
  from smolagents import CodeAgent
 
2
  from typing import Dict, List, Optional, Any
3
 
4
  class CoordinatorAgent(CodeAgent):
 
60
  """
61
 
62
  if prompt_templates and "system_prompt" in prompt_templates:
63
+ prompt_templates["system_prompt"] += self.system_prompt_extension