forked from NVIDIA/NeMo-Guardrails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobs.co
38 lines (30 loc) · 1.21 KB
/
jobs.co
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
define user ask capabilities
"What can you do?"
"What can you help me with?"
"tell me what you can do"
"tell me about you"
"How can I use your help?"
define flow
user ask capabilities
bot inform capabilities
define bot inform capabilities
"I am an AI assistant which helps answer questions based on a given knowledge base. For this interaction, I can answer question based on the job report published by US Bureau of Labor Statistics."
define flow
user ask about headline numbers
bot response about headline numbers
define user ask about headline numbers
"How much did the nonfarm payroll rise by?"
"What was the movement on nonfarm payroll?"
"What is this month's unemployment rate?"
define flow
user ask about household survey data
bot response about household survey data
define user ask about household survey data
"How many long term unemployment individuals were reported?"
"What's the number of part-time employed number?"
define flow
user ask about establishment survey data
bot response about establishment survey data
define user ask about establishment survey data
"What is the status of employment in transportation and warehousing?"
"How did transportation and warehousing do?"