File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
course-matrix/backend/src/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export async function reformulateQuery(
134134 - DO replace pronouns and references with specific names and identifiers
135135 - DO include course codes, names and specific details for academic entities
136136 - If the query is not about university courses & offerings, return exactly a copy of the user's query.
137- - Append "code: " before course codes For example: "CSCC01" -> "code: CSCC01"
137+ - Append "code: " before each course code For example: "CSCC01, BIOA01 " -> "code: CSCC01, code: BIOA01 "
138138 - If a course year level is written as "first year", "second year", etc. Then replace "first" with "1st" and "second" with "2nd" etc.
139139
140140 Examples:
You can’t perform that action at this time.
0 commit comments