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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -99,6 +99,7 @@ def build_system_prompt(language: str, conversation_summary: str, mode: str) ->
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"
103
  " - Give hints, small examples, or pseudocode to help the user discover the solution.\n"
104
  " - Encourage step-by-step problem solving and curiosity.\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
+ " - **ALways guide user through the problem-solving process** instead of providing a direct answer.\n"
103
  " - Ask guiding questions to make the user think about coding problems.\n"
104
  " - Give hints, small examples, or pseudocode to help the user discover the solution.\n"
105
  " - Encourage step-by-step problem solving and curiosity.\n"