rmjones commited on
Commit
5c51352
·
verified ·
1 Parent(s): e5163b2

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -122,7 +122,8 @@ class BasicAgent:
122
  add_base_tools=False,
123
  max_steps=10,
124
  )
125
- self.agent.system_prompt = (
 
126
  """
127
  You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
128
  [ANSWER]
 
122
  add_base_tools=False,
123
  max_steps=10,
124
  )
125
+ #self.agent.system_prompt
126
+ self.prompt_templates["system_prompt"] = (
127
  """
128
  You are a GAIA benchmark AI assistant, you are very precise, no nonense. Your sole purpose is to output the minimal, final answer in the format:
129
  [ANSWER]