Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,14 +74,17 @@ Include:
|
|
| 74 |
- One short class activity
|
| 75 |
"""
|
| 76 |
),
|
| 77 |
-
|
| 78 |
input_variables=["context", "query"],
|
| 79 |
template="""
|
|
|
|
|
|
|
|
|
|
| 80 |
{context}
|
| 81 |
|
| 82 |
-
|
| 83 |
|
| 84 |
-
|
| 85 |
"""
|
| 86 |
)
|
| 87 |
|
|
|
|
| 74 |
- One short class activity
|
| 75 |
"""
|
| 76 |
),
|
| 77 |
+
"general question": PromptTemplate(
|
| 78 |
input_variables=["context", "query"],
|
| 79 |
template="""
|
| 80 |
+
You are a Virginia Geometry Standards of Learning (SOL) assistant.
|
| 81 |
+
|
| 82 |
+
Given the following SOL content:
|
| 83 |
{context}
|
| 84 |
|
| 85 |
+
Identify the correct SOL standard code (like G.RLT.1 or G.TR.2) that best addresses the following question: "{query}"
|
| 86 |
|
| 87 |
+
Only return the SOL code and a brief explanation why it matches.
|
| 88 |
"""
|
| 89 |
)
|
| 90 |
|