Omnibus commited on
Commit
1e07160
·
verified ·
1 Parent(s): 941b517

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -2
prompts.py CHANGED
@@ -11,11 +11,11 @@ Purpose:
11
  GET_KEYWORD = """
12
  You are attempting to complete the task
13
  task: {task}
14
- Determine what single keyword would be best to search for in order to complete this 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
  """
 
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
  """