Omnibus commited on
Commit
a312e0a
·
verified ·
1 Parent(s): fc8e812

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +5 -4
prompts.py CHANGED
@@ -8,13 +8,14 @@ Purpose:
8
  {purpose}
9
  """
10
 
11
- PREFIX_ALT = """You are an JSON Data Search Tool.
12
- Your duty is to sort through the provided data to retrieve records that closely match the users request.
13
- Return the entire data row that contains the record.
14
- Include all {key:value pairs,} that exist in that data row, and compile it into a JSON formatted output.
15
  """
16
 
17
  GET_KEYWORD = """
 
18
  User Request: {task}
19
  Current Data:
20
  {knowledge}
 
8
  {purpose}
9
  """
10
 
11
+ PREFIX_ALT = """You are an JSON Data Search Tool
12
+ Your duty is to sort through the provided data to retrieve records that closely match the users request
13
+ Return the entire data row that contains the record
14
+ Include all {key:value pairs,} that exist in that data row, and return as a JSON formatted string
15
  """
16
 
17
  GET_KEYWORD = """
18
+ Search and compile the following data to satisfy the users request
19
  User Request: {task}
20
  Current Data:
21
  {knowledge}