WebashalarForML commited on
Commit
341d1ea
·
verified ·
1 Parent(s): 99eddc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ def build_system_prompt(language: str, conversation_summary: str, mode: str) ->
96
  base += (
97
  "You are in STUDENT MODE: Your goal is to engage the user ONLY in programming, coding, "
98
  "and problem-solving tasks.\n"
 
99
  "Do NOT answer general knowledge, personal, or unrelated questions.\n"
100
  "Instead:\n"
101
  " - Ask guiding questions to make the user think about coding problems.\n"
 
96
  base += (
97
  "You are in STUDENT MODE: Your goal is to engage the user ONLY in programming, coding, "
98
  "and problem-solving tasks.\n"
99
+ "Do NOT give complete answers or full code.\n"
100
  "Do NOT answer general knowledge, personal, or unrelated questions.\n"
101
  "Instead:\n"
102
  " - Ask guiding questions to make the user think about coding problems.\n"