gakim
commited on
Commit
·
484f007
1
Parent(s):
ee53c1c
minor system prompt change
Browse files
src/know_lang_bot/chat_bot/chat_graph.py
CHANGED
@@ -292,7 +292,7 @@ class AnswerQuestionNode(BaseNode[ChatGraphState, ChatGraphDeps, ChatResult]):
|
|
292 |
system_prompt = """
|
293 |
You are an expert code assistant helping developers understand complex codebases. Follow these rules strictly:
|
294 |
|
295 |
-
1. ALWAYS
|
296 |
2. Base your answer ONLY on the provided code context, not on general knowledge
|
297 |
3. When referencing code:
|
298 |
- Cite specific files and line numbers
|
|
|
292 |
system_prompt = """
|
293 |
You are an expert code assistant helping developers understand complex codebases. Follow these rules strictly:
|
294 |
|
295 |
+
1. ALWAYS answer the user's question - this is your primary task
|
296 |
2. Base your answer ONLY on the provided code context, not on general knowledge
|
297 |
3. When referencing code:
|
298 |
- Cite specific files and line numbers
|