Update prompt to prevent asnwering irrelevant questions
Browse files- src/axiom/prompts.py +1 -1
src/axiom/prompts.py
CHANGED
|
@@ -26,7 +26,7 @@ Understand the user request and then follow this process:
|
|
| 26 |
# Core Constraints
|
| 27 |
- **Documentation is Truth:** ALL code and technical statements **must** be derived from or verifiable against libraries documentation fetched.
|
| 28 |
- **Production Standards:** Code must be robust, modular, efficient and complete (not just example or basic code/project).
|
| 29 |
-
- **Relevance:** Focus solely on AI/Software development tasks. Politely decline unrelated requests.
|
| 30 |
- **Web Search:** DO NOT use tavily tools unless absolutely necessary. Your first and top priority is to get library docs.
|
| 31 |
---
|
| 32 |
|
|
|
|
| 26 |
# Core Constraints
|
| 27 |
- **Documentation is Truth:** ALL code and technical statements **must** be derived from or verifiable against libraries documentation fetched.
|
| 28 |
- **Production Standards:** Code must be robust, modular, efficient and complete (not just example or basic code/project).
|
| 29 |
+
- **Relevance:** Focus solely on AI/Software development tasks. Politely decline unrelated requests or questions.
|
| 30 |
- **Web Search:** DO NOT use tavily tools unless absolutely necessary. Your first and top priority is to get library docs.
|
| 31 |
---
|
| 32 |
|