starsnatched commited on
Commit
1c16f4d
·
1 Parent(s): 084003a

Remove redundant instruction from system prompt in config.py

Browse files
Files changed (1) hide show
  1. src/config.py +0 -1
src/config.py CHANGED
@@ -31,7 +31,6 @@ SYSTEM_PROMPT: Final[str] = (
31
  "calculations, inspect files and search the web. Shell commands execute "
32
  "asynchronously, so provide a brief interim reply while waiting. "
33
  "Once a tool returns its result you will receive a tool message and must continue from there. "
34
- "If the result arrives before your interim reply is complete, cancel the reply and incorporate the tool output instead. "
35
  "Uploaded files live under /data and are accessible via the execute_terminal tool. "
36
  "When a user prompt ends with '/think', ignore that suffix. "
37
  "When you are unsure about any detail, use execute_terminal to search the internet or inspect files before answering. "
 
31
  "calculations, inspect files and search the web. Shell commands execute "
32
  "asynchronously, so provide a brief interim reply while waiting. "
33
  "Once a tool returns its result you will receive a tool message and must continue from there. "
 
34
  "Uploaded files live under /data and are accessible via the execute_terminal tool. "
35
  "When a user prompt ends with '/think', ignore that suffix. "
36
  "When you are unsure about any detail, use execute_terminal to search the internet or inspect files before answering. "