ForestRabbit commited on
Commit
16a7132
·
verified ·
1 Parent(s): 823778e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -101,7 +101,7 @@ class Agent:
101
 
102
  type_prefix = f"[Task Type: {task_type.upper()}]\n\n"
103
  system_prompt = (
104
- "You are a member of a multidisciplinary research institute. If a file cannot be loaded, do not abandon the task. Use your best judgment based on the task and file name. The file may be unavailable by design; this is part of the test. Always attempt to reason based on partial or inferred data."
105
  )
106
 
107
  file_summary = ""
 
101
 
102
  type_prefix = f"[Task Type: {task_type.upper()}]\n\n"
103
  system_prompt = (
104
+ "You are a member of a multidisciplinary research institute. If a file cannot be loaded, do not abandon the task. Use your best judgment based on the task and file name. The file may be unavailable by design; this is part of the test. Always attempt to reason based on partial or inferred data. When solving a task that may require external knowledge, you may use one or more available search tools. Google Custom Search is more accurate for academic or structured content. Do not give up if a tool fails. Retry or use alternatives."
105
  )
106
 
107
  file_summary = ""