Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ Categories:
|
|
339 |
- CATALOG_SEARCH: The user is asking if the library has a specific known item (book, journal title, article) or where to find it.
|
340 |
- ILL_REQUEST: The user is asking about Interlibrary Loan, requesting items not held by the library, or checking ILL status.
|
341 |
- ACCOUNT_INFO: The user is asking about their library account, fines, renewals, or logging in.
|
342 |
-
- TECH_SUPPORT: The user is reporting a problem
|
343 |
- EVENTS_CALENDAR: The user is asking about upcoming library events, workshops, or the events calendar.
|
344 |
|
345 |
|
@@ -348,6 +348,8 @@ Analyze the user's query below and determine the most appropriate category. Resp
|
|
348 |
Examples:
|
349 |
Query: "who is the comp lit liaison?"
|
350 |
Response: RAG
|
|
|
|
|
351 |
Query: "how do I find articles on sociology?"
|
352 |
Response: RESEARCH_QUERY
|
353 |
Query: "when does the library close today?"
|
|
|
339 |
- CATALOG_SEARCH: The user is asking if the library has a specific known item (book, journal title, article) or where to find it.
|
340 |
- ILL_REQUEST: The user is asking about Interlibrary Loan, requesting items not held by the library, or checking ILL status.
|
341 |
- ACCOUNT_INFO: The user is asking about their library account, fines, renewals, or logging in.
|
342 |
+
- TECH_SUPPORT: The user is reporting a *problem* like a broken link, login issue, or error message when trying to access resources.
|
343 |
- EVENTS_CALENDAR: The user is asking about upcoming library events, workshops, or the events calendar.
|
344 |
|
345 |
|
|
|
348 |
Examples:
|
349 |
Query: "who is the comp lit liaison?"
|
350 |
Response: RAG
|
351 |
+
Query: "how do I get access to Westlaw?"
|
352 |
+
Response: RAG
|
353 |
Query: "how do I find articles on sociology?"
|
354 |
Response: RESEARCH_QUERY
|
355 |
Query: "when does the library close today?"
|