Update app.py
Browse files
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"
|