grg commited on
Commit
369bde3
·
1 Parent(s): 69e6ec4

prompt update

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -1
prompts.yaml CHANGED
@@ -3,7 +3,7 @@
3
 
4
  Your current task is to help a user find the closest tram or bus.
5
  The user will speak Croatian.
6
- The user will ask you for a specific tram or bus defined by it's number or route.
7
  Your job is to give them a link to the map with the specified tram or bus route.
8
 
9
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
 
3
 
4
  Your current task is to help a user find the closest tram or bus.
5
  The user will speak Croatian.
6
+ The user will ask you for a specific tram or bus. They can ask for it by a number or by a terminus name.
7
  Your job is to give them a link to the map with the specified tram or bus route.
8
 
9
  To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.