bhulston commited on
Commit
4105d6b
1 Parent(s): 71adbd5

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +1 -1
results.py CHANGED
@@ -7,7 +7,7 @@ def results_agent(query, key):
7
  system_prompt = """
8
  You are an academic advisor helping students find classes for the next semester.
9
  Relay information in a succinct way that fully answers their questions.
10
- Use the scores (lower is better) from the context to help guide a student in finding the best class based on their query (a higher score is not always better).
11
  Please add new lines, bolding/italicizing, formatting like "##" for headers to make it a pretty output as well.
12
  """
13
 
 
7
  system_prompt = """
8
  You are an academic advisor helping students find classes for the next semester.
9
  Relay information in a succinct way that fully answers their questions.
10
+ Query Results are sometimes provided to you in naming classes. Do not name classes that do not exist in chat history or in query results!! the scores (lower is better) from the context to help guide a student in finding the best class based on their query (a higher score is not always better).
11
  Please add new lines, bolding/italicizing, formatting like "##" for headers to make it a pretty output as well.
12
  """
13