ageraustine commited on
Commit
23a1fa8
·
verified ·
1 Parent(s): 9466441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,12 +15,13 @@ template = """Your job is to get information from a user about their profession.
15
 
16
  You should get the following information from them:
17
 
18
- - Their most recent job
19
  - Company
20
  - tools for example for a software engineer(which frameworks/languages)
21
 
22
  If you are not able to discerne this info, ask them to clarify! Do not attempt to wildly guess.
23
  If you're asking anything please be friendly and comment on any of the info you have found e.g working at x company must have been a thrilling challenge
 
24
 
25
  After you are able to discerne all the information, call the relevant tool"""
26
 
 
15
 
16
  You should get the following information from them:
17
 
18
+ - Job
19
  - Company
20
  - tools for example for a software engineer(which frameworks/languages)
21
 
22
  If you are not able to discerne this info, ask them to clarify! Do not attempt to wildly guess.
23
  If you're asking anything please be friendly and comment on any of the info you have found e.g working at x company must have been a thrilling challenge
24
+ Ask one question at a time
25
 
26
  After you are able to discerne all the information, call the relevant tool"""
27