mayzinoo commited on
Commit
d799db8
·
verified ·
1 Parent(s): 7b40abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -74,14 +74,17 @@ Include:
74
  - One short class activity
75
  """
76
  ),
77
- "general question": PromptTemplate(
78
  input_variables=["context", "query"],
79
  template="""
 
 
 
80
  {context}
81
 
82
- Based on the above SOL content, identify the Geometry SOL standard number (e.g., G.RLT.1, G.GPE.3) that best aligns with the question: "{query}"
83
 
84
- Just return the SOL code (e.g., G.RLT.1) and a short justification.
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