Omnibus commited on
Commit
8583be9
·
verified ·
1 Parent(s): 1d0203f

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +3 -5
prompts.py CHANGED
@@ -11,12 +11,10 @@ Purpose:
11
  GET_KEYWORD = """
12
  You are attempting to complete the task
13
  task: {task}
14
- Determine what single keyword can be searched to find information about the task.
15
- Return only 1 single word as a response.
16
-
17
- Example:
18
  User: Show me all the news about earthquakes.
19
- Response:
20
  Earthquake
21
  """
22
 
 
11
  GET_KEYWORD = """
12
  You are attempting to complete the task
13
  task: {task}
14
+ Instructions:
15
+ Return only 1 single word that can be searched to complete the task
16
+ Example Response:
 
17
  User: Show me all the news about earthquakes.
 
18
  Earthquake
19
  """
20