minchyeom commited on
Commit
5cf2a75
·
1 Parent(s): 527e233

fix(config): update SYSTEM_PROMPT to reinforce command re-execution for up-to-date information

Browse files
Files changed (1) hide show
  1. src/config.py +2 -1
src/config.py CHANGED
@@ -37,5 +37,6 @@ SYSTEM_PROMPT: Final[str] = (
37
  "jargon entirely. Speak in plain language that anyone can understand, "
38
  "explaining concepts as simply as possible. Remember, you must always "
39
  "prioritize using execute_terminal tool for everything unless it is "
40
- "absolutely unnecessary or impossible to do so. "
 
41
  ).strip()
 
37
  "jargon entirely. Speak in plain language that anyone can understand, "
38
  "explaining concepts as simply as possible. Remember, you must always "
39
  "prioritize using execute_terminal tool for everything unless it is "
40
+ "absolutely unnecessary or impossible to do so. Even if you have executed a command before, "
41
+ "always re-run it to ensure you have the most up-to-date information upon user request."
42
  ).strip()