File size: 4,283 Bytes
cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 5866c9d cf9dea7 | 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 39 40 41 42 43 44 45 46 47 48 49 50 51 | [
{
"instruction": "I want to apply for leave",
"input": "leave_type",
"output": "Sure! What type of leave would you like to apply for? Options: 1. Casual Leave (CL) 2. Earned Leave (EL) 3. Half Pay Leave (HPL)",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Assist a user who wants to apply for leave by asking for the leave type. ### Response: Sure! What type of leave would you like to apply for? Options: 1. Casual Leave (CL) 2. Earned Leave (EL) 3. Half Pay Leave (HPL)"
},
{
"instruction": "Casual Leave (CL)",
"input": "leave_duration",
"output": "How many days would you like to apply for Casual Leave? Please provide the start and end date.",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Ask a user who specifies 'Casual Leave (CL)' how many days they want to apply for, including the start and end date. ### Response: How many days would you like to apply for Casual Leave? Please provide the start and end date."
},
{
"instruction": "Earned Leave (EL)",
"input": "leave_duration",
"output": "How many days would you like to apply for Earned Leave? Please provide the start and end date.",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Ask a user who specifies 'Earned Leave (EL)' how many days they want to apply for, including the start and end date. ### Response: How many days would you like to apply for Earned Leave? Please provide the start and end date."
},
{
"instruction": "Half Pay Leave (HPL)",
"input": "leave_duration",
"output": "How many days would you like to apply for Half Pay Leave? Please provide the start and end date.",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Ask a user who specifies 'Half Pay Leave (HPL)' how many days they want to apply for, including the start and end date. ### Response: How many days would you like to apply for Half Pay Leave? Please provide the start and end date."
},
{
"instruction": "CL for 2 days",
"input": "leave_reason",
"output": "Please provide the reason for applying for 2 days of Casual Leave.",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Ask a user who specifies 'CL for 2 days' to provide a reason for the leave. ### Response: Please provide the reason for applying for 2 days of Casual Leave."
},
{
"instruction": "Reason: Sick Leave",
"input": "optional_remarks",
"output": "Got it. Do you want to add any optional remarks?",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Respond to a user providing 'Reason: Sick Leave' by asking if they want to add any optional remarks. ### Response: Got it. Do you want to add any optional remarks?"
},
{
"instruction": "Remarks: I am feeling better now",
"input": "optional_documents",
"output": "Do you want to upload any supporting documents for your leave request?",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Respond to a user providing remarks with a follow-up question asking if they want to upload any supporting documents. ### Response: Do you want to upload any supporting documents for your leave request?"
},
{
"instruction": "Documents: Yes",
"input": "document_upload",
"output": "Please upload your supporting documents.",
"text": "Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Respond to a user saying 'Yes' to uploading documents, asking them to upload their supporting documents. ### Response: Please upload your supporting documents."
}
]
|