{"id": "hrt-800000", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Find the policy covering travel.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"travel\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800001", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Begin onboarding for candidate id CAND-2878 and manager id EMP-5668.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_date\"], \"question\": \"Which start date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800002", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Update the bank account on file for value Omar Novak.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800003", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: File hours worked for employee id EMP-7410, period start 2026-07-25, period end 2026-08-06 and hours 19.4.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-7410\", \"period_start\": \"2026-07-25\", \"period_end\": \"2026-08-06\", \"hours\": 19.4}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800004", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Delete all records for a former employee permanently.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800005", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Who does this person report to for employee id EMP-1353 and direction reports to.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-1353\", \"direction\": \"reports_to\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800006", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Who does this person report to for employee id EMP-8499 and direction reports to.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-8499\", \"direction\": \"reports_to\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800007", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Pull up the referral bonus policy.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"referral_bonus\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800008", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Submit the timesheet for employee id EMP-4185, period start 2026-04-28, period end 2026-05-10 and hours 23.0.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-4185\", \"period_start\": \"2026-04-28\", \"period_end\": \"2026-05-10\", \"hours\": 23.0}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800009", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Issue an immigration visa for a new hire.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800010", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Show me the open roles.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800011", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-3841, start date 2026-03-08, manager id EMP-1272 and equipment bundle none.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-3841\", \"start_date\": \"2026-03-08\", \"manager_id\": \"EMP-1272\", \"equipment_bundle\": \"none\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800012", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-4842 and manager id EMP-4228.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_date\"], \"question\": \"Which start date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800013", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: File a workers compensation insurance claim with our carrier.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800014", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: How much PTO is left for employee id EMP-7835.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-7835\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800015", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: How much PTO is left for employee id EMP-6774.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-6774\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800016", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Log parental leave for employee id EMP-7551, start date 2026-04-04 and end date 2026-07-04.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-7551\", \"leave_type\": \"parental\", \"start_date\": \"2026-04-04\", \"end_date\": \"2026-07-04\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800017", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-3960, start date 2026-03-13 and manager id EMP-2194.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-3960\", \"start_date\": \"2026-03-13\", \"manager_id\": \"EMP-2194\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800018", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Log bereavement leave for employee id EMP-9793, start date 2026-11-15, end date 2026-11-28 and note medical appointment.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-9793\", \"leave_type\": \"bereavement\", \"start_date\": \"2026-11-15\", \"end_date\": \"2026-11-28\", \"note\": \"medical appointment\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800019", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Delete all records for a former employee permanently.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800020", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Show the reporting chain for employee id EMP-2737 and direction reports to.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-2737\", \"direction\": \"reports_to\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800021", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Book an interview slot for candidate id CAND-9853, role id REQ-747, start time 2026-03-01 at 10:00, duration minutes 90 and interviewer ids EMP-1925, EMP-5331.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-9853\", \"role_id\": \"REQ-747\", \"start_time\": \"2026-03-01T10:00:00\", \"duration_minutes\": 90, \"interviewer_ids\": [\"EMP-1925\", \"EMP-5331\"]}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800022", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Give me the salary of everyone in the engineering department.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800023", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: List the direct reports for employee id EMP-5747 and direction reports to.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-5747\", \"direction\": \"reports_to\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800024", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: Set up an interview for candidate id CAND-1883, role id REQ-393, start time 2026-03-21 at 14:00 and duration minutes 90.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-1883\", \"role_id\": \"REQ-393\", \"start_time\": \"2026-03-21T14:00:00\", \"duration_minutes\": 90}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800025", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Show me the open roles.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800026", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Delete all records for a former employee permanently.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800028", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Show me the open roles.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800029", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Update the address on file for employee id EMP-8904 and value Elena Mwangi.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"update_employee_record\", \"arguments\": {\"employee_id\": \"EMP-8904\", \"field\": \"address\", \"value\": \"Elena Mwangi\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800030", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: I need to book unpaid time off for employee id EMP-2737, start date 2026-05-16 and end date 2026-05-17.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-2737\", \"leave_type\": \"unpaid\", \"start_date\": \"2026-05-16\", \"end_date\": \"2026-05-17\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800031", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Negotiate the health insurance renewal rates with the broker.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800032", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Check the remaining vacation balance for employee id EMP-1357 and as of date 2026-09-08.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-1357\", \"as_of_date\": \"2026-09-08\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800033", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Submit the timesheet for employee id EMP-3754, period start 2026-02-28, period end 2026-10-19 and hours 19.2.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-3754\", \"period_start\": \"2026-02-28\", \"period_end\": \"2026-10-19\", \"hours\": 19.2}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800034", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-8321, start date 2026-10-18, manager id EMP-6122 and equipment bundle none.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-8321\", \"start_date\": \"2026-10-18\", \"manager_id\": \"EMP-6122\", \"equipment_bundle\": \"none\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800036", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-7754 and coverage level employee.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"plan_id\"], \"question\": \"Which plan id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800037", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Find the policy covering referral bonus.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"referral_bonus\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800038", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-3952, plan id VISION-1 and coverage level employee spouse.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-3952\", \"plan_id\": \"VISION-1\", \"coverage_level\": \"employee_spouse\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800039", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-1274, plan id HDHP-SAVER and coverage level employee spouse.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-1274\", \"plan_id\": \"HDHP-SAVER\", \"coverage_level\": \"employee_spouse\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800040", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Submit a reimbursement for amount 4162.28, currency GBP, category meals and incurred date 2026-05-17.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800041", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-2441, role id REQ-311 and duration minutes 60.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_time\"], \"question\": \"Which start time should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800042", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: How much PTO is left for employee id EMP-6121.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-6121\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800043", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Draft and send a legal response to the EEOC charge we received.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800044", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Approve my own promotion to director.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800045", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Submit a reimbursement for employee id EMP-7283, amount 1319.64, currency CAD, category meals, incurred date 2026-09-15 and receipt id RCPT-43596.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-7283\", \"amount\": 1319.64, \"currency\": \"CAD\", \"category\": \"meals\", \"incurred_date\": \"2026-09-15\", \"receipt_id\": \"RCPT-43596\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800046", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Check the remaining vacation balance.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800047", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: List the direct reports for employee id EMP-5453 and direction direct reports.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-5453\", \"direction\": \"direct_reports\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800048", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Update the legal name on file for employee id EMP-8966 and value Diego Reyes.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"update_employee_record\", \"arguments\": {\"employee_id\": \"EMP-8966\", \"field\": \"legal_name\", \"value\": \"Diego Reyes\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800049", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Log vacation leave for employee id EMP-6721 and end date 2026-04-07.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_date\"], \"question\": \"Which start date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800050", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: File hours worked for employee id EMP-3603, period start 2026-12-06, period end 2026-12-13, hours 27.0 and project code PRJ-282.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-3603\", \"period_start\": \"2026-12-06\", \"period_end\": \"2026-12-13\", \"hours\": 27.0, \"project_code\": \"PRJ-282\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800051", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Book a training session for course id FIN-300.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800052", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: Show the reporting chain for employee id EMP-4517 and direction reports to.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-4517\", \"direction\": \"reports_to\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800053", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Submit a reimbursement for employee id EMP-8015, amount 1156.53, currency EUR, category travel, incurred date 2026-03-26 and receipt id RCPT-52253.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-8015\", \"amount\": 1156.53, \"currency\": \"EUR\", \"category\": \"travel\", \"incurred_date\": \"2026-03-26\", \"receipt_id\": \"RCPT-52253\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800054", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Find the policy covering remote work for region SG.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"remote_work\", \"region\": \"SG\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800055", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Book a training session for employee id EMP-9176.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"course_id\"], \"question\": \"Which course id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800056", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Sign up for benefits coverage for employee id EMP-6946, plan id HMO-BASE and coverage level employee.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-6946\", \"plan_id\": \"HMO-BASE\", \"coverage_level\": \"employee\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800057", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Can you terminate Priya's employment effective immediately?\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800058", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Pull up the travel policy.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"travel\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800059", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Register for a training course for employee id EMP-3960 and course id AI-120.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"book_training\", \"arguments\": {\"employee_id\": \"EMP-3960\", \"course_id\": \"AI-120\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800060", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Show me the open roles for seniority lead.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {\"seniority\": \"lead\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800061", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Submit the timesheet for employee id EMP-2604, period start 2026-02-02, period end 2026-04-11 and hours 27.4.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-2604\", \"period_start\": \"2026-02-02\", \"period_end\": \"2026-04-11\", \"hours\": 27.4}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800062", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Show me the open roles for department Engineering.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {\"department\": \"Engineering\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800063", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Register for a training course for course id AI-120.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800064", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-6763, start time 2026-02-05 at 14:00 and duration minutes 30.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"role_id\"], \"question\": \"Which role id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800065", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Change the company's 401k provider to a different vendor.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800066", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Draft and send a legal response to the EEOC charge we received.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800067", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Book a training session for course id SAFE-050.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800068", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Submit the timesheet for employee id EMP-8209, period start 2026-07-04, period end 2026-10-22 and hours 18.6.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-8209\", \"period_start\": \"2026-07-04\", \"period_end\": \"2026-10-22\", \"hours\": 18.6}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800069", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Update the phone on file for employee id EMP-4711 and value Priya Mwangi.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"update_employee_record\", \"arguments\": {\"employee_id\": \"EMP-4711\", \"field\": \"phone\", \"value\": \"Priya Mwangi\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800070", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: What is the PTO balance for employee id EMP-5305 and as of date 2026-10-02.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-5305\", \"as_of_date\": \"2026-10-02\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800071", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: I need to book vacation time off for employee id EMP-3406, start date 2026-08-01 and end date 2026-12-11.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-3406\", \"leave_type\": \"vacation\", \"start_date\": \"2026-08-01\", \"end_date\": \"2026-12-11\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800072", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Put through an expense for employee id EMP-5343, amount 3868.27, currency EUR, category travel and incurred date 2026-08-03.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-5343\", \"amount\": 3868.27, \"currency\": \"EUR\", \"category\": \"travel\", \"incurred_date\": \"2026-08-03\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800073", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: How much PTO is left for employee id EMP-3491.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-3491\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800074", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Add benefits enrolment for plan id HDHP-SAVER and coverage level employee spouse.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800075", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: What is the PTO balance.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800076", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Enroll in a benefits plan for employee id EMP-3749, plan id HMO-BASE and coverage level employee.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-3749\", \"plan_id\": \"HMO-BASE\", \"coverage_level\": \"employee\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800077", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-5046, start date 2026-09-22, manager id EMP-3719 and equipment bundle laptop standard.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-5046\", \"start_date\": \"2026-09-22\", \"manager_id\": \"EMP-3719\", \"equipment_bundle\": \"laptop_standard\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800078", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Log unpaid leave for employee id EMP-4787, start date 2026-06-13 and end date 2026-06-14.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-4787\", \"leave_type\": \"unpaid\", \"start_date\": \"2026-06-13\", \"end_date\": \"2026-06-14\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800079", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-1209, plan id HDHP-SAVER and coverage level employee spouse.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-1209\", \"plan_id\": \"HDHP-SAVER\", \"coverage_level\": \"employee_spouse\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800080", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Log unpaid leave for employee id EMP-7390 and end date 2026-01-06.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_date\"], \"question\": \"Which start date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800081", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Enroll in a benefits plan for employee id EMP-4578, plan id HMO-BASE and coverage level family.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-4578\", \"plan_id\": \"HMO-BASE\", \"coverage_level\": \"family\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800082", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Book an interview slot for candidate id CAND-3296, role id REQ-893, start time 2026-06-17 at 14:00, duration minutes 30, interviewer ids EMP-9211 and stage screen.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-3296\", \"role_id\": \"REQ-893\", \"start_time\": \"2026-06-17T14:00:00\", \"duration_minutes\": 30, \"interviewer_ids\": [\"EMP-9211\"], \"stage\": \"screen\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800083", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Please put in a sick leave request for employee id EMP-2309 and end date 2026-11-15.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_date\"], \"question\": \"Which start date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800084", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Set up an interview for candidate id CAND-2396, role id REQ-184, start time 2026-03-21 at 16:00 and duration minutes 60.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-2396\", \"role_id\": \"REQ-184\", \"start_time\": \"2026-03-21T16:00:00\", \"duration_minutes\": 60}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800085", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: File an expense claim for employee id EMP-3270, amount 1752.61, currency CAD, category equipment and incurred date 2026-02-17.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-3270\", \"amount\": 1752.61, \"currency\": \"CAD\", \"category\": \"equipment\", \"incurred_date\": \"2026-02-17\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800086", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Log vacation leave for employee id EMP-5370 and start date 2026-04-10.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"end_date\"], \"question\": \"Which end date should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800087", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-5694, role id REQ-952, start time 2026-04-25 at 11:00 and duration minutes 45.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-5694\", \"role_id\": \"REQ-952\", \"start_time\": \"2026-04-25T11:00:00\", \"duration_minutes\": 45}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800088", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: Log sick leave for employee id EMP-1281, start date 2026-01-25 and end date 2026-11-26.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-1281\", \"leave_type\": \"sick\", \"start_date\": \"2026-01-25\", \"end_date\": \"2026-11-26\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800089", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: List the direct reports for employee id EMP-3640.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"direction\"], \"question\": \"Which direction should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800090", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: I need to book unpaid time off for employee id EMP-5710, start date 2026-09-20 and end date 2026-10-10.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-5710\", \"leave_type\": \"unpaid\", \"start_date\": \"2026-09-20\", \"end_date\": \"2026-10-10\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800091", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Show me the open roles.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800092", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-7200, plan id HMO-BASE, coverage level family and dependents EMP-6665.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-7200\", \"plan_id\": \"HMO-BASE\", \"coverage_level\": \"family\", \"dependents\": [\"EMP-6665\"]}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800093", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Submit the timesheet for employee id EMP-6144, period start 2026-10-23, period end 2026-11-06 and hours 17.4.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-6144\", \"period_start\": \"2026-10-23\", \"period_end\": \"2026-11-06\", \"hours\": 17.4}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800094", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Correct the preferred name record for value Tomas Nowak.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800095", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: What does our policy say about equipment.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"equipment\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800097", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Who does this person report to for employee id EMP-1303 and direction direct reports.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_org_chart\", \"arguments\": {\"employee_id\": \"EMP-1303\", \"direction\": \"direct_reports\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800099", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Submit a reimbursement for employee id EMP-1134, amount 2768.89, currency USD and incurred date 2026-10-19.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"category\"], \"question\": \"Which category should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800100", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Sign up for benefits coverage for employee id EMP-9890, plan id VISION-1 and coverage level employee spouse.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-9890\", \"plan_id\": \"VISION-1\", \"coverage_level\": \"employee_spouse\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800101", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Register for a training course for employee id EMP-2041.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"course_id\"], \"question\": \"Which course id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800102", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Submit the timesheet for employee id EMP-1416, period start 2026-10-26, period end 2026-10-31, hours 14.4 and project code PRJ-826.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-1416\", \"period_start\": \"2026-10-26\", \"period_end\": \"2026-10-31\", \"hours\": 14.4, \"project_code\": \"PRJ-826\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800103", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Draft and send a legal response to the EEOC charge we received.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800105", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: List current openings.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800106", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-4145, plan id HMO-BASE, coverage level employee and dependents EMP-2177.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-4145\", \"plan_id\": \"HMO-BASE\", \"coverage_level\": \"employee\", \"dependents\": [\"EMP-2177\"]}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800107", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Book a training session for employee id EMP-2668.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"course_id\"], \"question\": \"Which course id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800108", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Can you terminate Priya's employment effective immediately?\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800109", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Who does this person report to for employee id EMP-7133.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"direction\"], \"question\": \"Which direction should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800110", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-6638, role id REQ-553, start time 2026-12-05 at 13:00, duration minutes 30, interviewer ids EMP-1969, EMP-3591 and stage onsite.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-6638\", \"role_id\": \"REQ-553\", \"start_time\": \"2026-12-05T13:00:00\", \"duration_minutes\": 30, \"interviewer_ids\": [\"EMP-1969\", \"EMP-3591\"], \"stage\": \"onsite\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800111", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Check the remaining vacation balance.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800113", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: What is the PTO balance.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800114", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Book an interview slot for candidate id CAND-6175, role id REQ-980, start time 2026-05-10 at 14:00 and duration minutes 60.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-6175\", \"role_id\": \"REQ-980\", \"start_time\": \"2026-05-10T14:00:00\", \"duration_minutes\": 60}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800115", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Change the company's 401k provider to a different vendor.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800116", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Register for a training course for employee id EMP-6483 and course id AI-120.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"book_training\", \"arguments\": {\"employee_id\": \"EMP-6483\", \"course_id\": \"AI-120\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800117", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Book an interview slot for candidate id CAND-2046, role id REQ-932, start time 2026-06-14 at 09:00 and duration minutes 60.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-2046\", \"role_id\": \"REQ-932\", \"start_time\": \"2026-06-14T09:00:00\", \"duration_minutes\": 60}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800118", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-2071, role id REQ-279 and duration minutes 30.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"start_time\"], \"question\": \"Which start time should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800119", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Book an interview slot for candidate id CAND-1402, role id REQ-208, start time 2026-03-08 at 14:00, duration minutes 45, interviewer ids EMP-6485, EMP-2848 and stage final.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-1402\", \"role_id\": \"REQ-208\", \"start_time\": \"2026-03-08T14:00:00\", \"duration_minutes\": 45, \"interviewer_ids\": [\"EMP-6485\", \"EMP-2848\"], \"stage\": \"final\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800120", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: Book a training session for employee id EMP-3728 and course id SEC-101.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"book_training\", \"arguments\": {\"employee_id\": \"EMP-3728\", \"course_id\": \"SEC-101\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800121", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Submit a reimbursement for employee id EMP-9572, amount 155.1, currency GBP, category other and incurred date 2026-06-15.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-9572\", \"amount\": 155.1, \"currency\": \"GBP\", \"category\": \"other\", \"incurred_date\": \"2026-06-15\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800122", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-7837, plan id PPO-STD and coverage level employee.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-7837\", \"plan_id\": \"PPO-STD\", \"coverage_level\": \"employee\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800123", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Log the hours for the period for employee id EMP-2218, period start 2026-07-25, period end 2026-12-13 and hours 38.7.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-2218\", \"period_start\": \"2026-07-25\", \"period_end\": \"2026-12-13\", \"hours\": 38.7}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800124", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Book an interview slot for role id REQ-504, start time 2026-04-25 at 09:00 and duration minutes 60.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"candidate_id\"], \"question\": \"Which candidate id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800125", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Register for a training course for employee id EMP-7795 and course id SAFE-050.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"book_training\", \"arguments\": {\"employee_id\": \"EMP-7795\", \"course_id\": \"SAFE-050\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800127", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}]\n\nRequest: File an expense claim for employee id EMP-3285, amount 2078.87, currency USD, category other and incurred date 2026-08-18.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-3285\", \"amount\": 2078.87, \"currency\": \"USD\", \"category\": \"other\", \"incurred_date\": \"2026-08-18\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800128", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}]\n\nRequest: Start onboarding for the new hire for candidate id CAND-6864, start date 2026-09-13, manager id EMP-9653 and equipment bundle laptop dev.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-6864\", \"start_date\": \"2026-09-13\", \"manager_id\": \"EMP-9653\", \"equipment_bundle\": \"laptop_dev\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800129", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}]\n\nRequest: Enroll in a benefits plan for employee id EMP-4879, plan id DENTAL-PLUS and coverage level employee.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"enroll_benefits\", \"arguments\": {\"employee_id\": \"EMP-4879\", \"plan_id\": \"DENTAL-PLUS\", \"coverage_level\": \"employee\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800130", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}]\n\nRequest: What does our policy say about referral bonus.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"referral_bonus\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800131", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: File an expense claim for amount 1580.3, currency EUR, category other and incurred date 2026-04-15.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800132", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Schedule the next interview for candidate id CAND-5236, role id REQ-853, start time 2026-05-05 at 11:00, duration minutes 90, interviewer ids EMP-3461, EMP-9724 and stage technical.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-5236\", \"role_id\": \"REQ-853\", \"start_time\": \"2026-05-05T11:00:00\", \"duration_minutes\": 90, \"interviewer_ids\": [\"EMP-3461\", \"EMP-9724\"], \"stage\": \"technical\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800134", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Negotiate the health insurance renewal rates with the broker.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800135", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-9994, start date 2026-10-22 and manager id EMP-6281.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-9994\", \"start_date\": \"2026-10-22\", \"manager_id\": \"EMP-6281\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800137", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: What is the PTO balance.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"employee_id\"], \"question\": \"Which employee id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800138", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: How much PTO is left for employee id EMP-2382.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-2382\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800139", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}]\n\nRequest: Pull up the remote work policy.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"remote_work\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800140", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: File a workers compensation insurance claim with our carrier.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800141", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: I need to book bereavement time off for employee id EMP-2801, start date 2026-03-24 and end date 2026-07-16.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"request_leave\", \"arguments\": {\"employee_id\": \"EMP-2801\", \"leave_type\": \"bereavement\", \"start_date\": \"2026-03-24\", \"end_date\": \"2026-07-16\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800142", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: File an expense claim for employee id EMP-2546, amount 2992.86, currency CAD, category travel and incurred date 2026-06-02.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"file_expense\", \"arguments\": {\"employee_id\": \"EMP-2546\", \"amount\": 2992.86, \"currency\": \"CAD\", \"category\": \"travel\", \"incurred_date\": \"2026-06-02\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800143", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Show me the open roles for department Legal, location New York and seniority junior.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"search_open_roles\", \"arguments\": {\"department\": \"Legal\", \"location\": \"New York\", \"seniority\": \"junior\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800144", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Pull up the sick leave policy.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"sick_leave\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800145", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Log the hours for the period for employee id EMP-5595, period start 2026-05-12, period end 2026-07-06, hours 38.5 and project code PRJ-122.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-5595\", \"period_start\": \"2026-05-12\", \"period_end\": \"2026-07-06\", \"hours\": 38.5, \"project_code\": \"PRJ-122\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800147", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Register for a training course for employee id EMP-8544 and course id AI-120.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"book_training\", \"arguments\": {\"employee_id\": \"EMP-8544\", \"course_id\": \"AI-120\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800148", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Log the hours for the period for employee id EMP-8194, period start 2026-01-18, period end 2026-02-26 and hours 12.1.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"submit_timesheet\", \"arguments\": {\"employee_id\": \"EMP-8194\", \"period_start\": \"2026-01-18\", \"period_end\": \"2026-02-26\", \"hours\": 12.1}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800149", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Add benefits enrolment for employee id EMP-7362 and plan id VISION-1.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"coverage_level\"], \"question\": \"Which coverage level should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800150", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}]\n\nRequest: Change the legal name for employee id EMP-4475 and value Yuki Haddad.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"update_employee_record\", \"arguments\": {\"employee_id\": \"EMP-4475\", \"field\": \"legal_name\", \"value\": \"Yuki Haddad\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800151", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Set up an interview for role id REQ-657, start time 2026-11-20 at 13:00 and duration minutes 30.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"candidate_id\"], \"question\": \"Which candidate id should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800152", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Check the remaining vacation balance for employee id EMP-8958.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"get_pto_balance\", \"arguments\": {\"employee_id\": \"EMP-8958\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800153", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}]\n\nRequest: Pull up the parental leave policy.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"lookup_policy\", \"arguments\": {\"topic\": \"parental_leave\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800154", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}]\n\nRequest: Set up an interview for candidate id CAND-5389, role id REQ-647, start time 2026-10-20 at 13:00 and duration minutes 30.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"schedule_interview\", \"arguments\": {\"candidate_id\": \"CAND-5389\", \"role_id\": \"REQ-647\", \"start_time\": \"2026-10-20T13:00:00\", \"duration_minutes\": 30}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800155", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"file_expense\", \"description\": \"File an expense claim for reimbursement.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"amount\": {\"type\": \"number\"}, \"currency\": {\"type\": \"string\"}, \"category\": {\"type\": \"string\", \"enum\": [\"travel\", \"meals\", \"equipment\", \"training\", \"other\"]}, \"incurred_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"receipt_id\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"amount\", \"currency\", \"category\", \"incurred_date\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"enroll_benefits\", \"description\": \"Enroll an employee in a benefits plan during an eligible window.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"plan_id\": {\"type\": \"string\"}, \"coverage_level\": {\"type\": \"string\", \"enum\": [\"employee\", \"employee_spouse\", \"family\"]}, \"dependents\": {\"type\": \"array\"}}, \"required\": [\"employee_id\", \"plan_id\", \"coverage_level\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Put through an expense for employee id EMP-7254, currency CAD, category meals and incurred date 2026-01-08.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"clarify\", \"missing\": [\"amount\"], \"question\": \"Which amount should I use?\"}", "shard": "hr_tool_ops", "category": "tool_clarify", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800156", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"request_leave\", \"description\": \"Submit a time-off request for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\", \"description\": \"employee identifier\"}, \"leave_type\": {\"type\": \"string\", \"enum\": [\"vacation\", \"sick\", \"parental\", \"bereavement\", \"unpaid\"]}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"end_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"note\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"leave_type\", \"start_date\", \"end_date\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}]\n\nRequest: Please run payroll for the whole company this month.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800157", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"lookup_policy\", \"description\": \"Retrieve the text of an internal HR policy by topic.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"topic\": {\"type\": \"string\", \"description\": \"e.g. remote_work, expenses, parental_leave\"}, \"region\": {\"type\": \"string\", \"description\": \"country or state code\"}}, \"required\": [\"topic\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}]\n\nRequest: Delete all records for a former employee permanently.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"refuse\", \"reason\": \"No available tool supports this request.\"}", "shard": "hr_tool_ops", "category": "tool_refuse", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800158", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"book_training\", \"description\": \"Register an employee for a training course.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"course_id\": {\"type\": \"string\"}, \"session_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"course_id\"]}}, {\"name\": \"search_open_roles\", \"description\": \"Search currently open requisitions.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"department\": {\"type\": \"string\"}, \"location\": {\"type\": \"string\"}, \"seniority\": {\"type\": \"string\", \"enum\": [\"junior\", \"mid\", \"senior\", \"lead\"]}}, \"required\": []}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}, {\"name\": \"get_pto_balance\", \"description\": \"Look up remaining paid-time-off balance for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"as_of_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}}, \"required\": [\"employee_id\"]}}, {\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}]\n\nRequest: Kick off the onboarding workflow for candidate id CAND-9296, start date 2026-06-27, manager id EMP-3449 and equipment bundle laptop standard.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"start_onboarding\", \"arguments\": {\"candidate_id\": \"CAND-9296\", \"start_date\": \"2026-06-27\", \"manager_id\": \"EMP-3449\", \"equipment_bundle\": \"laptop_standard\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"} {"id": "hrt-800160", "prompt": "You are an HR operations assistant with access to the following tools:\n[{\"name\": \"schedule_interview\", \"description\": \"Schedule an interview between a candidate and an interviewer panel.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"role_id\": {\"type\": \"string\"}, \"start_time\": {\"type\": \"string\", \"description\": \"ISO 8601\"}, \"duration_minutes\": {\"type\": \"integer\"}, \"interviewer_ids\": {\"type\": \"array\"}, \"stage\": {\"type\": \"string\", \"enum\": [\"screen\", \"technical\", \"onsite\", \"final\"]}}, \"required\": [\"candidate_id\", \"role_id\", \"start_time\", \"duration_minutes\"]}}, {\"name\": \"submit_timesheet\", \"description\": \"Submit hours worked for a pay period.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"period_start\": {\"type\": \"string\"}, \"period_end\": {\"type\": \"string\"}, \"hours\": {\"type\": \"number\"}, \"project_code\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"period_start\", \"period_end\", \"hours\"]}}, {\"name\": \"get_org_chart\", \"description\": \"Return the reporting chain or direct reports for an employee.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"direction\": {\"type\": \"string\", \"enum\": [\"reports_to\", \"direct_reports\"]}, \"depth\": {\"type\": \"integer\"}}, \"required\": [\"employee_id\", \"direction\"]}}, {\"name\": \"update_employee_record\", \"description\": \"Update a field on an employee's HR record.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"employee_id\": {\"type\": \"string\"}, \"field\": {\"type\": \"string\", \"enum\": [\"legal_name\", \"preferred_name\", \"address\", \"phone\", \"emergency_contact\", \"bank_account\"]}, \"value\": {\"type\": \"string\"}, \"effective_date\": {\"type\": \"string\"}}, \"required\": [\"employee_id\", \"field\", \"value\"]}}, {\"name\": \"start_onboarding\", \"description\": \"Kick off the onboarding workflow for a new hire.\", \"parameters\": {\"type\": \"object\", \"properties\": {\"candidate_id\": {\"type\": \"string\"}, \"start_date\": {\"type\": \"string\", \"description\": \"YYYY-MM-DD\"}, \"manager_id\": {\"type\": \"string\"}, \"equipment_bundle\": {\"type\": \"string\", \"enum\": [\"laptop_standard\", \"laptop_dev\", \"none\"]}}, \"required\": [\"candidate_id\", \"start_date\", \"manager_id\"]}}]\n\nRequest: Correct the legal name record for employee id EMP-2649 and value Diego Andersen.\n\nReply with exactly one JSON object and nothing else. Use {\"action\":\"call\",\"tool\":,\"arguments\":{...}} when a tool applies, {\"action\":\"clarify\",\"missing\":[],\"question\":} when a required parameter was not provided, or {\"action\":\"refuse\",\"reason\":} when no tool supports the request.", "completion": "{\"action\": \"call\", \"tool\": \"update_employee_record\", \"arguments\": {\"employee_id\": \"EMP-2649\", \"field\": \"legal_name\", \"value\": \"Diego Andersen\"}}", "shard": "hr_tool_ops", "category": "tool_call", "license": "CC-BY-4.0", "source": "authored_hr_ops"}