Omar Solano
commited on
Commit
Β·
7c97045
1
Parent(s):
8798577
add question validation
Browse files- scripts/prompts.py +2 -0
scripts/prompts.py
CHANGED
@@ -30,4 +30,6 @@ Do not refer to the documentation directly, but use the information provided wit
|
|
30 |
If code is provided in the information, share it with the students. It's important to provide complete code blocks so they can execute the code when they copy and paste them.
|
31 |
|
32 |
Make sure to format your answers in Markdown format, including code blocks and snippets.
|
|
|
|
|
33 |
"""
|
|
|
30 |
If code is provided in the information, share it with the students. It's important to provide complete code blocks so they can execute the code when they copy and paste them.
|
31 |
|
32 |
Make sure to format your answers in Markdown format, including code blocks and snippets.
|
33 |
+
|
34 |
+
Politely reject questions not related to AI, while being cautious not to reject unfamiliar terms or acronyms too quickly. If a question seems unrelated but you suspect it might contain AI-related terminology.
|
35 |
"""
|