Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +198 -0
- candidate_data.csv +3 -0
- candidate_data.parquet +3 -0
- large_response_fixture.json +0 -0
- tasks.json +1291 -0
- tasks_edge_cases.json +0 -0
- tasks_http_errors.json +237 -0
- tasks_schema_violations.json +265 -0
- tasks_type_mismatch.json +110 -0
- tasks_undocumented.json +175 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
candidate_data.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- agent-benchmark
|
| 9 |
+
- tool-use
|
| 10 |
+
- recruiting
|
| 11 |
+
- bpo
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# BPO Benchmark Dataset
|
| 17 |
+
|
| 18 |
+
Evaluation dataset for AI agents using recruiting analytics APIs. This benchmark tests an agent's ability to use tool APIs to answer questions about BPO (Business Process Outsourcing) recruiting data.
|
| 19 |
+
|
| 20 |
+
## Dataset Structure
|
| 21 |
+
|
| 22 |
+
### Files
|
| 23 |
+
|
| 24 |
+
- **candidate_data.parquet** (1.8 MB): 64k synthetic candidate records with recruiting funnel data
|
| 25 |
+
- **candidate_data.csv** (13.5 MB): Same data in CSV format for human inspection
|
| 26 |
+
- **tasks.json** (26 KB): 26 core evaluation tasks with ground truth
|
| 27 |
+
- **tasks_type_mismatch.json**: 3 tasks testing agent handling of unexpected data types
|
| 28 |
+
- **tasks_http_errors.json**: 4 tasks testing agent handling of HTTP error codes
|
| 29 |
+
- **tasks_schema_violations.json**: 4 tasks testing agent handling of schema violations
|
| 30 |
+
- **tasks_edge_cases.json**: 5 tasks testing agent handling of edge cases (large payloads, Unicode, deep nesting)
|
| 31 |
+
- **tasks_undocumented.json**: 3 tasks testing agent handling of undocumented API behaviors
|
| 32 |
+
- **large_response_fixture.json**: Fixture data for the oversized-payload edge case test
|
| 33 |
+
|
| 34 |
+
### Candidate Data Schema
|
| 35 |
+
|
| 36 |
+
| Column | Type | Description |
|
| 37 |
+
|--------|------|-------------|
|
| 38 |
+
| `candidate_id` | string | Unique candidate identifier |
|
| 39 |
+
| `requisition_id` | string | Job requisition ID (e.g., "05958BR") |
|
| 40 |
+
| `requisition_template_id` | string | Template for similar requisitions |
|
| 41 |
+
| `source_name` | string | Sourcing channel (LinkedIn, Dice, GitHub, etc.) |
|
| 42 |
+
| `applied_at` | datetime | Application timestamp |
|
| 43 |
+
| `reviewed` | bool | Whether candidate was reviewed |
|
| 44 |
+
| `sla_met` | bool | Whether SLA was met for review |
|
| 45 |
+
| `interviewed` | bool | Whether candidate was interviewed |
|
| 46 |
+
| `offer_extended` | bool | Whether offer was extended |
|
| 47 |
+
| `offer_accepted` | bool | Whether offer was accepted |
|
| 48 |
+
| `hired` | bool | Whether candidate was hired |
|
| 49 |
+
| `hire_date` | datetime | Date of hire (if hired) |
|
| 50 |
+
| `skills` | list | Candidate skills list |
|
| 51 |
+
| `department` | string | Job department |
|
| 52 |
+
| `seniority_level` | string | Job seniority level |
|
| 53 |
+
|
| 54 |
+
### Task Format
|
| 55 |
+
|
| 56 |
+
Each task in `tasks.json` has:
|
| 57 |
+
|
| 58 |
+
```json
|
| 59 |
+
{
|
| 60 |
+
"name": "task_1",
|
| 61 |
+
"description": "Task description and explanation",
|
| 62 |
+
"intent": "The question to answer",
|
| 63 |
+
"difficulty": "easy|medium|hard",
|
| 64 |
+
"expected_output": {
|
| 65 |
+
"response": "Expected answer text",
|
| 66 |
+
"keywords": ["keyword1", "keyword2|alternative"],
|
| 67 |
+
"tool_calls": [{"name": "api_endpoint", "args": {}}]
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
Keywords support OR matching with `|` separator.
|
| 73 |
+
|
| 74 |
+
## API Endpoints
|
| 75 |
+
|
| 76 |
+
The benchmark includes 32 API endpoints (13 core + 19 error-prone).
|
| 77 |
+
|
| 78 |
+
### Core Endpoints (13)
|
| 79 |
+
|
| 80 |
+
#### Candidate Source APIs (7)
|
| 81 |
+
1. `candidate_source_sla_per_source` - SLA performance by source
|
| 82 |
+
2. `candidate_source_total_hires_by_source` - Hire counts by source
|
| 83 |
+
3. `candidate_source_candidate_volume_by_source` - Candidate volume metrics
|
| 84 |
+
4. `candidate_source_funnel_conversion_by_source` - Funnel conversion rates
|
| 85 |
+
5. `candidate_source_metadata_and_timeframe` - Data timeframe and metadata
|
| 86 |
+
6. `candidate_source_definitions_and_methodology` - Metric definitions
|
| 87 |
+
7. `candidate_source_source_recommendation_summary` - Source recommendations
|
| 88 |
+
|
| 89 |
+
#### Skills APIs (6)
|
| 90 |
+
8. `skills_skill_analysis` - Skill statistics and correlations
|
| 91 |
+
9. `skills_skill_impact_fill_rate` - Skill impact on fill rate
|
| 92 |
+
10. `skills_skill_impact_sla` - Skill impact on SLA
|
| 93 |
+
11. `skills_skill_relevance_justification` - Skill relevance explanation
|
| 94 |
+
12. `skills_successful_posting_criteria` - Success criteria thresholds
|
| 95 |
+
13. `skills_data_sources_used` - Data sources and models used
|
| 96 |
+
|
| 97 |
+
### Error-Prone Endpoints (19)
|
| 98 |
+
|
| 99 |
+
These endpoints intentionally exhibit problematic behaviors to test agent resilience and error handling.
|
| 100 |
+
|
| 101 |
+
#### Type Mismatch (3)
|
| 102 |
+
14. `skills_skill_summary` - Returns plain string instead of JSON
|
| 103 |
+
15. `candidate_source_source_sla_score` - Returns numeric float instead of structured response
|
| 104 |
+
16. `candidate_source_inactive_sources` - Returns boolean or list depending on data state
|
| 105 |
+
|
| 106 |
+
#### HTTP Errors (4)
|
| 107 |
+
17. `candidate_source_candidate_pipeline_status` - Intermittently returns 404
|
| 108 |
+
18. `candidate_source_source_sla_check` - Returns 500 Internal Server Error
|
| 109 |
+
19. `candidate_source_funnel_status` - Returns 503 Service Unavailable
|
| 110 |
+
20. `candidate_source_bulk_source_data` - Returns 429 Too Many Requests
|
| 111 |
+
|
| 112 |
+
#### Schema Violations (4)
|
| 113 |
+
21. `skills_model_registry` - No output schema; returns untyped dict
|
| 114 |
+
22. `skills_skill_lookup` - Returns extra undeclared fields
|
| 115 |
+
23. `candidate_source_source_metrics_lite` - Randomly omits required fields
|
| 116 |
+
24. `candidate_source_volume_report` - Returns wrong field types (strings for numbers)
|
| 117 |
+
|
| 118 |
+
#### Edge Cases (5)
|
| 119 |
+
25. `candidate_source_full_candidate_details` - Oversized payload (~1MB)
|
| 120 |
+
26. `candidate_source_source_directory` - Unicode and special characters
|
| 121 |
+
27. `skills_skill_deep_analysis` - Deeply nested JSON (5+ levels)
|
| 122 |
+
28. `candidate_source_sla_extended` - Unexpected extra fields
|
| 123 |
+
29. `skills_analyze_skill_match` - Mismatched schema vs documentation
|
| 124 |
+
|
| 125 |
+
#### Undocumented Behaviors (3)
|
| 126 |
+
30. `candidate_source_requisition_details` - Non-standard error format
|
| 127 |
+
31. `candidate_source_list_all_sources` - Undocumented pagination
|
| 128 |
+
32. `candidate_source_batch_metrics` - Undocumented rate limiting headers
|
| 129 |
+
|
| 130 |
+
## Usage
|
| 131 |
+
|
| 132 |
+
### With the Evaluation Space
|
| 133 |
+
|
| 134 |
+
The easiest way to use this dataset is through the evaluation Space:
|
| 135 |
+
|
| 136 |
+
[ibm-research/bpo-benchmark-eval](https://huggingface.co/spaces/ibm-research/bpo-benchmark-eval)
|
| 137 |
+
|
| 138 |
+
### Programmatic Access
|
| 139 |
+
|
| 140 |
+
```python
|
| 141 |
+
from huggingface_hub import hf_hub_download
|
| 142 |
+
import pandas as pd
|
| 143 |
+
import json
|
| 144 |
+
|
| 145 |
+
repo = "ibm-research/bpo-benchmark"
|
| 146 |
+
|
| 147 |
+
# Download candidate data
|
| 148 |
+
parquet_path = hf_hub_download(repo, "candidate_data.parquet", repo_type="dataset")
|
| 149 |
+
|
| 150 |
+
# Download all task suites
|
| 151 |
+
task_files = [
|
| 152 |
+
"tasks.json",
|
| 153 |
+
"tasks_type_mismatch.json",
|
| 154 |
+
"tasks_http_errors.json",
|
| 155 |
+
"tasks_schema_violations.json",
|
| 156 |
+
"tasks_edge_cases.json",
|
| 157 |
+
"tasks_undocumented.json",
|
| 158 |
+
]
|
| 159 |
+
task_paths = {
|
| 160 |
+
f: hf_hub_download(repo, f, repo_type="dataset")
|
| 161 |
+
for f in task_files
|
| 162 |
+
}
|
| 163 |
+
|
| 164 |
+
# Load data
|
| 165 |
+
df = pd.read_parquet(parquet_path)
|
| 166 |
+
with open(task_paths["tasks.json"]) as f:
|
| 167 |
+
core_tasks = json.load(f)
|
| 168 |
+
|
| 169 |
+
print(f"Loaded {len(df)} candidates")
|
| 170 |
+
print(f"Loaded {len(core_tasks[0]['test_cases'])} core tasks")
|
| 171 |
+
print(f"Task suites: {list(task_paths.keys())}")
|
| 172 |
+
```
|
| 173 |
+
|
| 174 |
+
## Statistics
|
| 175 |
+
|
| 176 |
+
- **Candidates**: 64,000 records
|
| 177 |
+
- **Requisitions**: 1,047 unique
|
| 178 |
+
- **Sourcing Channels**: 7 (LinkedIn, Dice, GitHub, Indeed, Referral, CyberSec Jobs, Company Website)
|
| 179 |
+
- **Total API Endpoints**: 32 (13 core + 19 error-prone)
|
| 180 |
+
- **Core Evaluation Tasks**: 26 (Easy: 20, Medium: 3, Hard: 3)
|
| 181 |
+
- **Error-Prone Tasks**: 19 (Type Mismatch: 3, HTTP Errors: 4, Schema Violations: 4, Edge Cases: 5, Undocumented: 3)
|
| 182 |
+
- **Total Tasks**: 45
|
| 183 |
+
- **Time Range**: Oct 2023 - Mar 2025
|
| 184 |
+
|
| 185 |
+
## License
|
| 186 |
+
|
| 187 |
+
Apache 2.0
|
| 188 |
+
|
| 189 |
+
## Citation
|
| 190 |
+
|
| 191 |
+
```bibtex
|
| 192 |
+
@misc{bpo-benchmark,
|
| 193 |
+
title={BPO Benchmark: Agent Evaluation for Recruiting Analytics},
|
| 194 |
+
year={2025},
|
| 195 |
+
publisher={HuggingFace},
|
| 196 |
+
url={https://huggingface.co/datasets/ibm-research/bpo-benchmark}
|
| 197 |
+
}
|
| 198 |
+
```
|
candidate_data.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c12f5c73b7a0a8613cbf52803fbc391d55874a9de1fd85f180b51a0e8a6a70f2
|
| 3 |
+
size 13505237
|
candidate_data.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14f2e8e859259f6ff0c5dd017f630d0df2490d298775647ab5882350fe80c6e5
|
| 3 |
+
size 1802852
|
large_response_fixture.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks.json
ADDED
|
@@ -0,0 +1,1291 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "bpo-benchmark",
|
| 4 |
+
"user_info": [],
|
| 5 |
+
"test_cases": [
|
| 6 |
+
{
|
| 7 |
+
"name": "task_1",
|
| 8 |
+
"description": "Lists sources ranked by SLA success rate. | Explanation: CyberSec Jobs was identified as the lowest-performing source because its SLA success rate is 67 %, well below Dice (80 %), LinkedIn (79 %), GitHub (78 %), and the other sources returned by the API.",
|
| 9 |
+
"intent": "For requisition 05958BR, which source has the lowest SLA performance?",
|
| 10 |
+
"difficulty": "easy",
|
| 11 |
+
"expected_output": {
|
| 12 |
+
"response": "CyberSec Jobs with 67%",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"CyberSec Jobs",
|
| 15 |
+
"67%|67 %|67"
|
| 16 |
+
],
|
| 17 |
+
"tool_calls": [
|
| 18 |
+
{
|
| 19 |
+
"name": "candidate_source_sla_per_source",
|
| 20 |
+
"args": {}
|
| 21 |
+
}
|
| 22 |
+
],
|
| 23 |
+
"tool_call_results": [
|
| 24 |
+
{
|
| 25 |
+
"name": "candidate_source_sla_per_source",
|
| 26 |
+
"result": {
|
| 27 |
+
"metrics": [
|
| 28 |
+
{
|
| 29 |
+
"source_name": "CyberSec Jobs",
|
| 30 |
+
"sla_percentage": 67
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"source_name": "Indeed",
|
| 34 |
+
"sla_percentage": 86
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"source_name": "GitHub",
|
| 38 |
+
"sla_percentage": 90
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"source_name": "Dice",
|
| 42 |
+
"sla_percentage": 95
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"source_name": "Internal",
|
| 46 |
+
"sla_percentage": 95
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"source_name": "LinkedIn",
|
| 50 |
+
"sla_percentage": 95
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"source_name": "Referral",
|
| 54 |
+
"sla_percentage": 95
|
| 55 |
+
}
|
| 56 |
+
]
|
| 57 |
+
}
|
| 58 |
+
}
|
| 59 |
+
]
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"name": "task_2",
|
| 64 |
+
"description": "Asks for the missing requisition id. | Explanation: The query lacks a requisition ID which is required for the API call.",
|
| 65 |
+
"intent": "What's the percentage of hires and the total hires per source?",
|
| 66 |
+
"difficulty": "easy",
|
| 67 |
+
"expected_output": {
|
| 68 |
+
"response": "Can you share the requisition ID (e.g., 05958BR or 05959BR)?",
|
| 69 |
+
"keywords": [
|
| 70 |
+
"requisition|req",
|
| 71 |
+
"ID|id|identifier",
|
| 72 |
+
"missing|without|share|provide|required"
|
| 73 |
+
],
|
| 74 |
+
"tool_calls": []
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "task_3",
|
| 79 |
+
"description": "Shows each source's candidate volume and offer/hire success metrics for jobs similar to 05958BR. | Explanation: Candidate counts and percentages were taken from the candidate-volume API; hire counts and offer-acceptance rates were taken from the recommendation-summary API. The two tables were joined on \"source_name\", producing a combined view of volume and effectiveness for the three leading sources. | Note: Cross-references performance and volume per source. Requires joining APIs on 'source_name'.",
|
| 80 |
+
"intent": "For requisitions like 05958BR, which sources provided the most candidates, and how effective were they at converting to hires?",
|
| 81 |
+
"difficulty": "medium",
|
| 82 |
+
"expected_output": {
|
| 83 |
+
"response": "LinkedIn: 519 candidates (18%), 7 hires. Offer acceptance rate: 70%. Dice: 516 candidates (18%), 11 hires. Offer acceptance rate: 79%. GitHub: 468 candidates (16%), 10 hires. Offer acceptance rate: 77%.",
|
| 84 |
+
"keywords": [
|
| 85 |
+
"LinkedIn",
|
| 86 |
+
"Dice",
|
| 87 |
+
"GitHub",
|
| 88 |
+
"Offer acceptance rate",
|
| 89 |
+
"519",
|
| 90 |
+
"516",
|
| 91 |
+
"468",
|
| 92 |
+
"18%|18 %|18",
|
| 93 |
+
"70%|70 %|70",
|
| 94 |
+
"79%|79 %|79",
|
| 95 |
+
"77%|77 %|77",
|
| 96 |
+
"hires"
|
| 97 |
+
],
|
| 98 |
+
"tool_calls": [
|
| 99 |
+
{
|
| 100 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 101 |
+
"args": {}
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"name": "candidate_source_source_recommendation_summary",
|
| 105 |
+
"args": {}
|
| 106 |
+
}
|
| 107 |
+
],
|
| 108 |
+
"tool_call_results": [
|
| 109 |
+
{
|
| 110 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 111 |
+
"result": {
|
| 112 |
+
"job_id": "05958BR",
|
| 113 |
+
"total_candidate_volume": 2913,
|
| 114 |
+
"metrics": [
|
| 115 |
+
{
|
| 116 |
+
"source_name": "LinkedIn",
|
| 117 |
+
"candidate_volume": 519,
|
| 118 |
+
"percentage": 18
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"source_name": "Dice",
|
| 122 |
+
"candidate_volume": 516,
|
| 123 |
+
"percentage": 18
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"source_name": "GitHub",
|
| 127 |
+
"candidate_volume": 468,
|
| 128 |
+
"percentage": 16
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"source_name": "Indeed",
|
| 132 |
+
"candidate_volume": 410,
|
| 133 |
+
"percentage": 14
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"source_name": "Internal",
|
| 137 |
+
"candidate_volume": 400,
|
| 138 |
+
"percentage": 14
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"source_name": "Referral",
|
| 142 |
+
"candidate_volume": 400,
|
| 143 |
+
"percentage": 14
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"source_name": "CyberSec Jobs",
|
| 147 |
+
"candidate_volume": 200,
|
| 148 |
+
"percentage": 7
|
| 149 |
+
}
|
| 150 |
+
],
|
| 151 |
+
"heading": "For requisitions similar to 05958BR, there were 2913 candidates over the past three years. Here's how many candidates came from each source (with percentages from the total number):"
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"name": "candidate_source_source_recommendation_summary",
|
| 156 |
+
"result": {
|
| 157 |
+
"total_requisitions": 40,
|
| 158 |
+
"metrics": [
|
| 159 |
+
{
|
| 160 |
+
"source_name": "CyberSec Jobs",
|
| 161 |
+
"jobs_filled_percentage": 2,
|
| 162 |
+
"first_round_review_percentage": 80,
|
| 163 |
+
"offer_acceptance_rate": 67,
|
| 164 |
+
"total_hires": 3
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"source_name": "Dice",
|
| 168 |
+
"jobs_filled_percentage": 2,
|
| 169 |
+
"first_round_review_percentage": 11,
|
| 170 |
+
"offer_acceptance_rate": 79,
|
| 171 |
+
"total_hires": 11
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"source_name": "GitHub",
|
| 175 |
+
"jobs_filled_percentage": 2,
|
| 176 |
+
"first_round_review_percentage": 76,
|
| 177 |
+
"offer_acceptance_rate": 77,
|
| 178 |
+
"total_hires": 10
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"source_name": "Indeed",
|
| 182 |
+
"jobs_filled_percentage": 0,
|
| 183 |
+
"first_round_review_percentage": 77,
|
| 184 |
+
"offer_acceptance_rate": 0,
|
| 185 |
+
"total_hires": 0
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"source_name": "Internal",
|
| 189 |
+
"jobs_filled_percentage": 2,
|
| 190 |
+
"first_round_review_percentage": 74,
|
| 191 |
+
"offer_acceptance_rate": 70,
|
| 192 |
+
"total_hires": 5
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"source_name": "LinkedIn",
|
| 196 |
+
"jobs_filled_percentage": 2,
|
| 197 |
+
"first_round_review_percentage": 75,
|
| 198 |
+
"offer_acceptance_rate": 70,
|
| 199 |
+
"total_hires": 7
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"source_name": "Referral",
|
| 203 |
+
"jobs_filled_percentage": 2,
|
| 204 |
+
"first_round_review_percentage": 70,
|
| 205 |
+
"offer_acceptance_rate": 62,
|
| 206 |
+
"total_hires": 4
|
| 207 |
+
}
|
| 208 |
+
]
|
| 209 |
+
}
|
| 210 |
+
}
|
| 211 |
+
]
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"name": "task_4",
|
| 216 |
+
"description": "Asks for the missing requisition id. | Explanation: The query lacks a requisition ID which is required for the API call.",
|
| 217 |
+
"intent": "Did Dice provide a good funnel conversion rate?",
|
| 218 |
+
"difficulty": "easy",
|
| 219 |
+
"expected_output": {
|
| 220 |
+
"response": "Can you share the requisition ID (e.g., 05958BR or 05959BR)?",
|
| 221 |
+
"keywords": [
|
| 222 |
+
"requisition|req",
|
| 223 |
+
"ID|id|identifier",
|
| 224 |
+
"missing|without|share|provide|required"
|
| 225 |
+
],
|
| 226 |
+
"tool_calls": []
|
| 227 |
+
}
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"name": "task_5",
|
| 231 |
+
"description": "Asks for the missing requisition id. | Explanation: The query lacks a requisition ID which is required for the API call.",
|
| 232 |
+
"intent": "Should I include the skill Python? What is its impact on SLA, fill rate, and overall relevance?",
|
| 233 |
+
"difficulty": "easy",
|
| 234 |
+
"expected_output": {
|
| 235 |
+
"response": "Can you share the requisition ID (e.g., 05958BR or 05959BR)?",
|
| 236 |
+
"keywords": [
|
| 237 |
+
"requisition|req",
|
| 238 |
+
"ID|id|identifier",
|
| 239 |
+
"missing|without|share|provide|required"
|
| 240 |
+
],
|
| 241 |
+
"tool_calls": []
|
| 242 |
+
}
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"name": "task_6",
|
| 246 |
+
"description": "Recommends top-performing sources by combining SLA success, candidate volume, and funnel effectiveness. | Explanation: Each source received a weighted score (50 % SLA success, 30 % candidate volume share, 20 % offer-conversion rate). Dice and LinkedIn tied for top SLA (100 %) and high volume; GitHub's best-in-class conversion (2.8 %) offset its 80 % SLA. Indeed scored 0 on SLA and offers, so it was excluded. | Note: This benchmark tests multi-criteria decision-making and cross-API synthesis.",
|
| 247 |
+
"intent": "What are the best sources to prioritize for 05959BR?",
|
| 248 |
+
"difficulty": "hard",
|
| 249 |
+
"expected_output": {
|
| 250 |
+
"response": "You should prioritize Dice, GitHub, and LinkedIn. Dice and LinkedIn both met SLA 100% of the time and brought in 18% of all candidates. Dice had a strong offer conversion rate (2.7%), and GitHub had the highest conversion (2.8%) despite slightly lower SLA. Indeed should be avoided due to 0% SLA and 0% offer conversion.",
|
| 251 |
+
"keywords": [
|
| 252 |
+
"Dice",
|
| 253 |
+
"GitHub",
|
| 254 |
+
"LinkedIn",
|
| 255 |
+
"SLA",
|
| 256 |
+
"Indeed"
|
| 257 |
+
],
|
| 258 |
+
"tool_calls": [
|
| 259 |
+
{
|
| 260 |
+
"name": "candidate_source_sla_per_source",
|
| 261 |
+
"args": {}
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 265 |
+
"args": {}
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"name": "candidate_source_funnel_conversion_by_source",
|
| 269 |
+
"args": {}
|
| 270 |
+
}
|
| 271 |
+
],
|
| 272 |
+
"tool_call_results": [
|
| 273 |
+
{
|
| 274 |
+
"name": "candidate_source_sla_per_source",
|
| 275 |
+
"result": {
|
| 276 |
+
"metrics": [
|
| 277 |
+
{
|
| 278 |
+
"source_name": "Indeed",
|
| 279 |
+
"sla_percentage": 0
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"source_name": "CyberSec Jobs",
|
| 283 |
+
"sla_percentage": 70
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"source_name": "GitHub",
|
| 287 |
+
"sla_percentage": 80
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"source_name": "Internal",
|
| 291 |
+
"sla_percentage": 85
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"source_name": "Dice",
|
| 295 |
+
"sla_percentage": 100
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"source_name": "LinkedIn",
|
| 299 |
+
"sla_percentage": 100
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"source_name": "Referral",
|
| 303 |
+
"sla_percentage": 100
|
| 304 |
+
}
|
| 305 |
+
]
|
| 306 |
+
}
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 310 |
+
"result": {
|
| 311 |
+
"job_id": "05959BR",
|
| 312 |
+
"total_candidate_volume": 2913,
|
| 313 |
+
"metrics": [
|
| 314 |
+
{
|
| 315 |
+
"source_name": "Dice",
|
| 316 |
+
"candidate_volume": 525,
|
| 317 |
+
"percentage": 18
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"source_name": "LinkedIn",
|
| 321 |
+
"candidate_volume": 525,
|
| 322 |
+
"percentage": 18
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"source_name": "GitHub",
|
| 326 |
+
"candidate_volume": 465,
|
| 327 |
+
"percentage": 16
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"source_name": "Internal",
|
| 331 |
+
"candidate_volume": 403,
|
| 332 |
+
"percentage": 14
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"source_name": "Indeed",
|
| 336 |
+
"candidate_volume": 400,
|
| 337 |
+
"percentage": 14
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"source_name": "Referral",
|
| 341 |
+
"candidate_volume": 400,
|
| 342 |
+
"percentage": 14
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"source_name": "CyberSec Jobs",
|
| 346 |
+
"candidate_volume": 195,
|
| 347 |
+
"percentage": 7
|
| 348 |
+
}
|
| 349 |
+
],
|
| 350 |
+
"heading": "For requisitions similar to 05959BR, there were 2913 candidates over the past three years. Here's how many candidates came from each source (with percentages from the total number):"
|
| 351 |
+
}
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"name": "candidate_source_funnel_conversion_by_source",
|
| 355 |
+
"result": {
|
| 356 |
+
"job_id": "05959BR",
|
| 357 |
+
"metrics": [
|
| 358 |
+
{
|
| 359 |
+
"source_name": "CyberSec Jobs",
|
| 360 |
+
"first_round_review_percentage": 80.5,
|
| 361 |
+
"interview_rate": 18.5,
|
| 362 |
+
"offer_acceptance_rate": 3.1
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"source_name": "Dice",
|
| 366 |
+
"first_round_review_percentage": 76.0,
|
| 367 |
+
"interview_rate": 9.9,
|
| 368 |
+
"offer_acceptance_rate": 2.7
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"source_name": "GitHub",
|
| 372 |
+
"first_round_review_percentage": 72.0,
|
| 373 |
+
"interview_rate": 16.6,
|
| 374 |
+
"offer_acceptance_rate": 2.8
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"source_name": "Indeed",
|
| 378 |
+
"first_round_review_percentage": 72.2,
|
| 379 |
+
"interview_rate": 14.8,
|
| 380 |
+
"offer_acceptance_rate": 0.0
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"source_name": "Internal",
|
| 384 |
+
"first_round_review_percentage": 76.9,
|
| 385 |
+
"interview_rate": 19.6,
|
| 386 |
+
"offer_acceptance_rate": 2.5
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"source_name": "LinkedIn",
|
| 390 |
+
"first_round_review_percentage": 70.1,
|
| 391 |
+
"interview_rate": 21.0,
|
| 392 |
+
"offer_acceptance_rate": 1.9
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"source_name": "Referral",
|
| 396 |
+
"first_round_review_percentage": 74.5,
|
| 397 |
+
"interview_rate": 20.5,
|
| 398 |
+
"offer_acceptance_rate": 2.0
|
| 399 |
+
}
|
| 400 |
+
]
|
| 401 |
+
}
|
| 402 |
+
}
|
| 403 |
+
]
|
| 404 |
+
}
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"name": "task_7",
|
| 408 |
+
"description": "Asks for the missing requisition id. | Explanation: The query lacks a requisition ID which is required for the API call.",
|
| 409 |
+
"intent": "Out of these skills — Python, Quantum Physics, Cyber Engineering, Risk Analysis, Wireshark — which ones negatively affect SLA performance?",
|
| 410 |
+
"difficulty": "easy",
|
| 411 |
+
"expected_output": {
|
| 412 |
+
"response": "Can you share the requisition ID (e.g., 05958BR or 05959BR)?",
|
| 413 |
+
"keywords": [
|
| 414 |
+
"requisition|req",
|
| 415 |
+
"ID|id|identifier",
|
| 416 |
+
"missing|without|share|provide|required"
|
| 417 |
+
],
|
| 418 |
+
"tool_calls": []
|
| 419 |
+
}
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"name": "task_8",
|
| 423 |
+
"description": "Returns the definition of the SLA metric for the given requisition. | Explanation: The definitions-and-methodology endpoint contains a JSON field \"sla\" holding the textual definition; the agent extracted that string verbatim. | Note: Tests the agent's ability to locate and return a specific definition.",
|
| 424 |
+
"intent": "How is the SLA metric defined for 05958BR?",
|
| 425 |
+
"difficulty": "easy",
|
| 426 |
+
"expected_output": {
|
| 427 |
+
"response": "SLA is defined as 'Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)'.",
|
| 428 |
+
"keywords": [
|
| 429 |
+
"SLA",
|
| 430 |
+
"Percentage",
|
| 431 |
+
"reviewed",
|
| 432 |
+
"window"
|
| 433 |
+
],
|
| 434 |
+
"tool_calls": [
|
| 435 |
+
{
|
| 436 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 437 |
+
"args": {}
|
| 438 |
+
}
|
| 439 |
+
],
|
| 440 |
+
"tool_call_results": [
|
| 441 |
+
{
|
| 442 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 443 |
+
"result": {
|
| 444 |
+
"job_id": "05958BR",
|
| 445 |
+
"definitions": {
|
| 446 |
+
"sla": "Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)",
|
| 447 |
+
"time_to_fill": "Average time from job posting to accepted offer",
|
| 448 |
+
"success_rate": "Ratio of candidates who accepted offers out of those interviewed"
|
| 449 |
+
},
|
| 450 |
+
"calculation_notes": "Metrics are computed from 1047 requisitions over the last 1.4 years. Funnel stats are based on system timestamps and recruiter actions in ATS.",
|
| 451 |
+
"top_metrics_considered": [
|
| 452 |
+
"SLA %",
|
| 453 |
+
"First round review %",
|
| 454 |
+
"Offer acceptance rate",
|
| 455 |
+
"Candidate volume",
|
| 456 |
+
"Total hires"
|
| 457 |
+
]
|
| 458 |
+
}
|
| 459 |
+
}
|
| 460 |
+
]
|
| 461 |
+
}
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "task_9",
|
| 465 |
+
"description": "Returns the number of requisitions used to compute the reported metrics. | Explanation: The methodology response includes a note like \"Metrics calculated over N = 1047 requisitions\"; the agent parsed the integer 1047 and returned it. | Note: Tests string parsing / information extraction from notes field.",
|
| 466 |
+
"intent": "How many requisitions were used to compute these metrics for 05958BR?",
|
| 467 |
+
"difficulty": "easy",
|
| 468 |
+
"expected_output": {
|
| 469 |
+
"response": "Metrics are computed from 1047 requisitions.",
|
| 470 |
+
"keywords": [
|
| 471 |
+
"1047",
|
| 472 |
+
"requisitions"
|
| 473 |
+
],
|
| 474 |
+
"tool_calls": [
|
| 475 |
+
{
|
| 476 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 477 |
+
"args": {}
|
| 478 |
+
}
|
| 479 |
+
],
|
| 480 |
+
"tool_call_results": [
|
| 481 |
+
{
|
| 482 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 483 |
+
"result": {
|
| 484 |
+
"job_id": "05958BR",
|
| 485 |
+
"definitions": {
|
| 486 |
+
"sla": "Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)",
|
| 487 |
+
"time_to_fill": "Average time from job posting to accepted offer",
|
| 488 |
+
"success_rate": "Ratio of candidates who accepted offers out of those interviewed"
|
| 489 |
+
},
|
| 490 |
+
"calculation_notes": "Metrics are computed from 1047 requisitions over the last 1.4 years. Funnel stats are based on system timestamps and recruiter actions in ATS.",
|
| 491 |
+
"top_metrics_considered": [
|
| 492 |
+
"SLA %",
|
| 493 |
+
"First round review %",
|
| 494 |
+
"Offer acceptance rate",
|
| 495 |
+
"Candidate volume",
|
| 496 |
+
"Total hires"
|
| 497 |
+
]
|
| 498 |
+
}
|
| 499 |
+
}
|
| 500 |
+
]
|
| 501 |
+
}
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"name": "task_10",
|
| 505 |
+
"description": "Returns the list of top metrics considered for source evaluation. | Explanation: The agent read the \"top_metrics_considered\" array from the methodology API response and returned the metrics in the same order. | Note: Tests structured list extraction and formatting.",
|
| 506 |
+
"intent": "What are the top metrics considered when evaluating candidate sources for 05958BR?",
|
| 507 |
+
"difficulty": "easy",
|
| 508 |
+
"expected_output": {
|
| 509 |
+
"response": "The top metrics considered are: SLA %, First round review %, Offer acceptance rate, Candidate volume, Total hires.",
|
| 510 |
+
"keywords": [
|
| 511 |
+
"SLA",
|
| 512 |
+
"First round review",
|
| 513 |
+
"Offer acceptance",
|
| 514 |
+
"Candidate volume",
|
| 515 |
+
"Total hires"
|
| 516 |
+
],
|
| 517 |
+
"tool_calls": [
|
| 518 |
+
{
|
| 519 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 520 |
+
"args": {}
|
| 521 |
+
}
|
| 522 |
+
],
|
| 523 |
+
"tool_call_results": [
|
| 524 |
+
{
|
| 525 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 526 |
+
"result": {
|
| 527 |
+
"job_id": "05958BR",
|
| 528 |
+
"definitions": {
|
| 529 |
+
"sla": "Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)",
|
| 530 |
+
"time_to_fill": "Average time from job posting to accepted offer",
|
| 531 |
+
"success_rate": "Ratio of candidates who accepted offers out of those interviewed"
|
| 532 |
+
},
|
| 533 |
+
"calculation_notes": "Metrics are computed from 1047 requisitions over the last 1.4 years. Funnel stats are based on system timestamps and recruiter actions in ATS.",
|
| 534 |
+
"top_metrics_considered": [
|
| 535 |
+
"SLA %",
|
| 536 |
+
"First round review %",
|
| 537 |
+
"Offer acceptance rate",
|
| 538 |
+
"Candidate volume",
|
| 539 |
+
"Total hires"
|
| 540 |
+
]
|
| 541 |
+
}
|
| 542 |
+
}
|
| 543 |
+
]
|
| 544 |
+
}
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"name": "task_11",
|
| 548 |
+
"description": "Loops through the provided list of models and reports which ones were used. | Explanation: The agent compared each provided model name against the \"models_involved\" array returned by data-sources-used API and reported matches (used) or non-matches (not used). | Note: Tests loop-based reasoning and partial matching for list membership.",
|
| 549 |
+
"intent": "Were the following models used to generate metrics for 05958BR: SLA impact regression model, Candidate ranking model, Skill relevance classifier?",
|
| 550 |
+
"difficulty": "easy",
|
| 551 |
+
"expected_output": {
|
| 552 |
+
"response": "Yes, 'SLA impact regression model' and 'Skill relevance classifier' were used. 'Candidate ranking model' was not listed among the models involved.",
|
| 553 |
+
"keywords": [
|
| 554 |
+
"SLA impact regression model",
|
| 555 |
+
"Skill relevance classifier",
|
| 556 |
+
"Candidate ranking model"
|
| 557 |
+
],
|
| 558 |
+
"tool_calls": [
|
| 559 |
+
{
|
| 560 |
+
"name": "skills_data_sources_used",
|
| 561 |
+
"args": {}
|
| 562 |
+
}
|
| 563 |
+
],
|
| 564 |
+
"tool_call_results": [
|
| 565 |
+
{
|
| 566 |
+
"name": "skills_data_sources_used",
|
| 567 |
+
"result": {
|
| 568 |
+
"requisition_id": "05958BR",
|
| 569 |
+
"datasets_used": [
|
| 570 |
+
"Historical hiring success data",
|
| 571 |
+
"Requisition skill tagging",
|
| 572 |
+
"Funnel conversion metrics",
|
| 573 |
+
"Candidate quality feedback"
|
| 574 |
+
],
|
| 575 |
+
"models_involved": [
|
| 576 |
+
"Skill relevance classifier",
|
| 577 |
+
"SLA impact regression model",
|
| 578 |
+
"Funnel conversion recommender"
|
| 579 |
+
]
|
| 580 |
+
}
|
| 581 |
+
}
|
| 582 |
+
]
|
| 583 |
+
}
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"name": "task_12",
|
| 587 |
+
"description": "Loops through the provided list of data sources and reports which ones were used. | Explanation: Each candidate data source was checked against the \"datasets_used\" array from data-sources-used API; two matched and one did not, which the agent reported accordingly. | Note: Tests loop-based reasoning and partial matching for list membership.",
|
| 588 |
+
"intent": "Were the following data sources used to compute the metrics for 05958BR: Historical hiring success data, Job description embeddings, Funnel conversion metrics?",
|
| 589 |
+
"difficulty": "easy",
|
| 590 |
+
"expected_output": {
|
| 591 |
+
"response": "Yes, 'Historical hiring success data' and 'Funnel conversion metrics' were used. 'Job description embeddings' was not listed among the data sources.",
|
| 592 |
+
"keywords": [
|
| 593 |
+
"Historical hiring success data",
|
| 594 |
+
"Funnel conversion metrics",
|
| 595 |
+
"Job description embeddings"
|
| 596 |
+
],
|
| 597 |
+
"tool_calls": [
|
| 598 |
+
{
|
| 599 |
+
"name": "skills_data_sources_used",
|
| 600 |
+
"args": {}
|
| 601 |
+
}
|
| 602 |
+
],
|
| 603 |
+
"tool_call_results": [
|
| 604 |
+
{
|
| 605 |
+
"name": "skills_data_sources_used",
|
| 606 |
+
"result": {
|
| 607 |
+
"requisition_id": "05958BR",
|
| 608 |
+
"datasets_used": [
|
| 609 |
+
"Historical hiring success data",
|
| 610 |
+
"Requisition skill tagging",
|
| 611 |
+
"Funnel conversion metrics",
|
| 612 |
+
"Candidate quality feedback"
|
| 613 |
+
],
|
| 614 |
+
"models_involved": [
|
| 615 |
+
"Skill relevance classifier",
|
| 616 |
+
"SLA impact regression model",
|
| 617 |
+
"Funnel conversion recommender"
|
| 618 |
+
]
|
| 619 |
+
}
|
| 620 |
+
}
|
| 621 |
+
]
|
| 622 |
+
}
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"name": "task_13",
|
| 626 |
+
"description": "Combines model lookup, retrieves actual SLA delta, and returns SLA definition. | Explanation: The SLA-impact API showed a 0 % delta for Python; data-sources-used API confirmed the 'SLA impact regression model' was involved; the methodology API supplied the formal SLA definition. These three pieces were combined into one coherent answer. | Note: Agent must combine numerical result (delta), model lookup, and formal definition into unified answer.",
|
| 627 |
+
"intent": "For 05958BR, when evaluating the SLA impact of Python, which models were used, what was the SLA delta, and what is the system definition of SLA?",
|
| 628 |
+
"difficulty": "hard",
|
| 629 |
+
"expected_output": {
|
| 630 |
+
"response": "'SLA impact regression model' was used. The SLA delta for Python was 0.0%. SLA is defined as 'Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)'.",
|
| 631 |
+
"keywords": [
|
| 632 |
+
"SLA impact regression model",
|
| 633 |
+
"0.0%|0.0 %|0.0|0%|0 %|0",
|
| 634 |
+
"SLA",
|
| 635 |
+
"Percentage",
|
| 636 |
+
"reviewed",
|
| 637 |
+
"window"
|
| 638 |
+
],
|
| 639 |
+
"tool_calls": [
|
| 640 |
+
{
|
| 641 |
+
"name": "skills_skill_impact_sla",
|
| 642 |
+
"args": {}
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"name": "skills_data_sources_used",
|
| 646 |
+
"args": {}
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 650 |
+
"args": {}
|
| 651 |
+
}
|
| 652 |
+
],
|
| 653 |
+
"tool_call_results": [
|
| 654 |
+
{
|
| 655 |
+
"name": "skills_skill_impact_sla",
|
| 656 |
+
"result": {
|
| 657 |
+
"requisition_id": "05958BR",
|
| 658 |
+
"skill_name": "Python",
|
| 659 |
+
"sla_achievement_with_skill": 90,
|
| 660 |
+
"sla_achievement_without_skill": 90,
|
| 661 |
+
"delta": 0
|
| 662 |
+
}
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"name": "skills_data_sources_used",
|
| 666 |
+
"result": {
|
| 667 |
+
"requisition_id": "05958BR",
|
| 668 |
+
"datasets_used": [
|
| 669 |
+
"Historical hiring success data",
|
| 670 |
+
"Requisition skill tagging",
|
| 671 |
+
"Funnel conversion metrics",
|
| 672 |
+
"Candidate quality feedback"
|
| 673 |
+
],
|
| 674 |
+
"models_involved": [
|
| 675 |
+
"Skill relevance classifier",
|
| 676 |
+
"SLA impact regression model",
|
| 677 |
+
"Funnel conversion recommender"
|
| 678 |
+
]
|
| 679 |
+
}
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"name": "candidate_source_definitions_and_methodology",
|
| 683 |
+
"result": {
|
| 684 |
+
"job_id": "05958BR",
|
| 685 |
+
"definitions": {
|
| 686 |
+
"sla": "Percentage of candidates reviewed within the defined SLA window (e.g., 48 hours)",
|
| 687 |
+
"time_to_fill": "Average time from job posting to accepted offer",
|
| 688 |
+
"success_rate": "Ratio of candidates who accepted offers out of those interviewed"
|
| 689 |
+
},
|
| 690 |
+
"calculation_notes": "Metrics are computed from 1047 requisitions over the last 1.4 years. Funnel stats are based on system timestamps and recruiter actions in ATS.",
|
| 691 |
+
"top_metrics_considered": [
|
| 692 |
+
"SLA %",
|
| 693 |
+
"First round review %",
|
| 694 |
+
"Offer acceptance rate",
|
| 695 |
+
"Candidate volume",
|
| 696 |
+
"Total hires"
|
| 697 |
+
]
|
| 698 |
+
}
|
| 699 |
+
}
|
| 700 |
+
]
|
| 701 |
+
}
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"name": "task_14",
|
| 705 |
+
"description": "States that Risk Analysis negatively affects SLA and lists the datasets that informed the analysis. | Explanation: The skill-analysis API flagged Risk Analysis as negatively correlated with SLA. The data-sources-used API listed the four datasets underpinning the evaluation, and both results were consolidated in the response. | Note: Correlation wording corrected to match API ('highly negative impact on SLA').",
|
| 706 |
+
"intent": "Was 'Risk Analysis' considered historically effective, and what data sources informed this analysis for 05958BR?",
|
| 707 |
+
"difficulty": "medium",
|
| 708 |
+
"expected_output": {
|
| 709 |
+
"response": "'Risk Analysis' is **not** considered effective: historical analysis shows it is correlated with a **highly negative impact on SLA**. The evaluation used these data sources: Historical hiring success data, Requisition skill tagging, Funnel conversion metrics, and Candidate quality feedback.",
|
| 710 |
+
"keywords": [
|
| 711 |
+
"Risk Analysis",
|
| 712 |
+
"not",
|
| 713 |
+
"effective",
|
| 714 |
+
"highly negative impact on SLA",
|
| 715 |
+
"SLA",
|
| 716 |
+
"Historical hiring success data",
|
| 717 |
+
"Requisition skill tagging"
|
| 718 |
+
],
|
| 719 |
+
"tool_calls": [
|
| 720 |
+
{
|
| 721 |
+
"name": "skills_skill_analysis",
|
| 722 |
+
"args": {}
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"name": "skills_data_sources_used",
|
| 726 |
+
"args": {}
|
| 727 |
+
}
|
| 728 |
+
],
|
| 729 |
+
"tool_call_results": [
|
| 730 |
+
{
|
| 731 |
+
"name": "skills_skill_analysis",
|
| 732 |
+
"result": {
|
| 733 |
+
"historical_jobs": 40,
|
| 734 |
+
"input_skills": [],
|
| 735 |
+
"historical_skills_with_analysis": [
|
| 736 |
+
{
|
| 737 |
+
"name": "AWS",
|
| 738 |
+
"skill_occurrence": 948,
|
| 739 |
+
"correlation": "slightly positive impact on SLA"
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"name": "IT Support",
|
| 743 |
+
"skill_occurrence": 868,
|
| 744 |
+
"correlation": "slightly positive impact on SLA"
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"name": "NIST Cybersecurity Framework",
|
| 748 |
+
"skill_occurrence": 816,
|
| 749 |
+
"correlation": "slightly negative impact on SLA"
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"name": "Incident Management",
|
| 753 |
+
"skill_occurrence": 748,
|
| 754 |
+
"correlation": "slightly negative impact on SLA"
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"name": "Firewalls",
|
| 758 |
+
"skill_occurrence": 744,
|
| 759 |
+
"correlation": "slightly negative impact on SLA"
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"name": "Cloud Security",
|
| 763 |
+
"skill_occurrence": 592,
|
| 764 |
+
"correlation": "slightly negative impact on SLA"
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"name": "Risk Assessment",
|
| 768 |
+
"skill_occurrence": 570,
|
| 769 |
+
"correlation": "slightly negative impact on SLA"
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"name": "Risk Analysis",
|
| 773 |
+
"skill_occurrence": 371,
|
| 774 |
+
"correlation": "highly negative impact on SLA"
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"name": "Microsoft PowerShell",
|
| 778 |
+
"skill_occurrence": 289,
|
| 779 |
+
"correlation": "slightly negative impact on SLA"
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"name": "Python",
|
| 783 |
+
"skill_occurrence": 200,
|
| 784 |
+
"correlation": "slightly negative impact on SLA"
|
| 785 |
+
}
|
| 786 |
+
]
|
| 787 |
+
}
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"name": "skills_data_sources_used",
|
| 791 |
+
"result": {
|
| 792 |
+
"requisition_id": "05958BR",
|
| 793 |
+
"datasets_used": [
|
| 794 |
+
"Historical hiring success data",
|
| 795 |
+
"Requisition skill tagging",
|
| 796 |
+
"Funnel conversion metrics",
|
| 797 |
+
"Candidate quality feedback"
|
| 798 |
+
],
|
| 799 |
+
"models_involved": [
|
| 800 |
+
"Skill relevance classifier",
|
| 801 |
+
"SLA impact regression model",
|
| 802 |
+
"Funnel conversion recommender"
|
| 803 |
+
]
|
| 804 |
+
}
|
| 805 |
+
}
|
| 806 |
+
]
|
| 807 |
+
}
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"name": "task_15",
|
| 811 |
+
"description": "Explains that no provided skills hurt SLA, no provided sources require avoidance, and lists datasets used. | Explanation: The agent looped over each skill, querying SLA-impact and skill-analysis APIs; none yielded a negative delta. It then looped over each source, combining SLA-per-source and funnel-conversion data; all three met both SLA and offer benchmarks, so none were flagged. Finally, the datasets_used array was fetched once and reported. | Note: Fully aligned with current API payloads—no unsupported claims.",
|
| 812 |
+
"intent": "For requisition 05958BR, which of the following skills — Python, Quantum Physics, Wireshark — negatively impact SLA, and which of the following sources — Dice, GitHub, Referral — should be avoided based on low offer conversion or SLA performance? Also, which data sources were used to compute these insights?",
|
| 813 |
+
"difficulty": "hard",
|
| 814 |
+
"expected_output": {
|
| 815 |
+
"response": "None of the listed skills show a negative SLA impact in the available data: Python's SLA delta is 0 %, and Quantum Physics and Wireshark are not present in the analysis. Likewise, Dice (SLA 95 %, offer-acceptance 79 %), GitHub (SLA 90 %, offer-acceptance 77 %), and Referral (SLA 95 %, offer-acceptance 62 %) all perform satisfactorily, so none of them need to be avoided. These insights were produced using the following datasets: Historical hiring success data, Requisition skill tagging, Funnel conversion metrics, and Candidate quality feedback.",
|
| 816 |
+
"keywords": [
|
| 817 |
+
"Python",
|
| 818 |
+
"Quantum Physics",
|
| 819 |
+
"Wireshark",
|
| 820 |
+
"Dice",
|
| 821 |
+
"GitHub",
|
| 822 |
+
"Referral",
|
| 823 |
+
"SLA",
|
| 824 |
+
"0%|0 %|0",
|
| 825 |
+
"95%|95 %|95",
|
| 826 |
+
"79%|79 %|79",
|
| 827 |
+
"90%|90 %|90",
|
| 828 |
+
"77%|77 %|77",
|
| 829 |
+
"62%|62 %|62",
|
| 830 |
+
"Historical hiring success data",
|
| 831 |
+
"Requisition skill tagging",
|
| 832 |
+
"Funnel conversion metrics",
|
| 833 |
+
"Candidate quality feedback"
|
| 834 |
+
],
|
| 835 |
+
"tool_calls": [
|
| 836 |
+
{
|
| 837 |
+
"name": "skills_skill_impact_sla",
|
| 838 |
+
"args": {}
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"name": "skills_skill_analysis",
|
| 842 |
+
"args": {}
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"name": "skills_data_sources_used",
|
| 846 |
+
"args": {}
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"name": "candidate_source_funnel_conversion_by_source",
|
| 850 |
+
"args": {}
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"name": "candidate_source_sla_per_source",
|
| 854 |
+
"args": {}
|
| 855 |
+
}
|
| 856 |
+
],
|
| 857 |
+
"tool_call_results": [
|
| 858 |
+
{
|
| 859 |
+
"name": "skills_skill_impact_sla",
|
| 860 |
+
"result": {
|
| 861 |
+
"requisition_id": "05958BR",
|
| 862 |
+
"skill_name": "Python",
|
| 863 |
+
"sla_achievement_with_skill": 90,
|
| 864 |
+
"sla_achievement_without_skill": 90,
|
| 865 |
+
"delta": 0
|
| 866 |
+
}
|
| 867 |
+
},
|
| 868 |
+
{
|
| 869 |
+
"name": "skills_skill_analysis",
|
| 870 |
+
"result": {
|
| 871 |
+
"historical_jobs": 40,
|
| 872 |
+
"input_skills": [],
|
| 873 |
+
"historical_skills_with_analysis": [
|
| 874 |
+
{
|
| 875 |
+
"name": "AWS",
|
| 876 |
+
"skill_occurrence": 948,
|
| 877 |
+
"correlation": "slightly positive impact on SLA"
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"name": "IT Support",
|
| 881 |
+
"skill_occurrence": 868,
|
| 882 |
+
"correlation": "slightly positive impact on SLA"
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"name": "NIST Cybersecurity Framework",
|
| 886 |
+
"skill_occurrence": 816,
|
| 887 |
+
"correlation": "slightly negative impact on SLA"
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"name": "Incident Management",
|
| 891 |
+
"skill_occurrence": 748,
|
| 892 |
+
"correlation": "slightly negative impact on SLA"
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"name": "Firewalls",
|
| 896 |
+
"skill_occurrence": 744,
|
| 897 |
+
"correlation": "slightly negative impact on SLA"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"name": "Cloud Security",
|
| 901 |
+
"skill_occurrence": 592,
|
| 902 |
+
"correlation": "slightly negative impact on SLA"
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"name": "Risk Assessment",
|
| 906 |
+
"skill_occurrence": 570,
|
| 907 |
+
"correlation": "slightly negative impact on SLA"
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"name": "Risk Analysis",
|
| 911 |
+
"skill_occurrence": 371,
|
| 912 |
+
"correlation": "highly negative impact on SLA"
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"name": "Microsoft PowerShell",
|
| 916 |
+
"skill_occurrence": 289,
|
| 917 |
+
"correlation": "slightly negative impact on SLA"
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"name": "Python",
|
| 921 |
+
"skill_occurrence": 200,
|
| 922 |
+
"correlation": "slightly negative impact on SLA"
|
| 923 |
+
}
|
| 924 |
+
]
|
| 925 |
+
}
|
| 926 |
+
},
|
| 927 |
+
{
|
| 928 |
+
"name": "skills_data_sources_used",
|
| 929 |
+
"result": {
|
| 930 |
+
"requisition_id": "05958BR",
|
| 931 |
+
"datasets_used": [
|
| 932 |
+
"Historical hiring success data",
|
| 933 |
+
"Requisition skill tagging",
|
| 934 |
+
"Funnel conversion metrics",
|
| 935 |
+
"Candidate quality feedback"
|
| 936 |
+
],
|
| 937 |
+
"models_involved": [
|
| 938 |
+
"Skill relevance classifier",
|
| 939 |
+
"SLA impact regression model",
|
| 940 |
+
"Funnel conversion recommender"
|
| 941 |
+
]
|
| 942 |
+
}
|
| 943 |
+
},
|
| 944 |
+
{
|
| 945 |
+
"name": "candidate_source_funnel_conversion_by_source",
|
| 946 |
+
"result": {
|
| 947 |
+
"job_id": "05958BR",
|
| 948 |
+
"metrics": [
|
| 949 |
+
{
|
| 950 |
+
"source_name": "CyberSec Jobs",
|
| 951 |
+
"first_round_review_percentage": 80.5,
|
| 952 |
+
"interview_rate": 19.0,
|
| 953 |
+
"offer_acceptance_rate": 3.0
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"source_name": "Dice",
|
| 957 |
+
"first_round_review_percentage": 11.0,
|
| 958 |
+
"interview_rate": 6.8,
|
| 959 |
+
"offer_acceptance_rate": 2.7
|
| 960 |
+
},
|
| 961 |
+
{
|
| 962 |
+
"source_name": "GitHub",
|
| 963 |
+
"first_round_review_percentage": 76.1,
|
| 964 |
+
"interview_rate": 23.7,
|
| 965 |
+
"offer_acceptance_rate": 2.8
|
| 966 |
+
},
|
| 967 |
+
{
|
| 968 |
+
"source_name": "Indeed",
|
| 969 |
+
"first_round_review_percentage": 77.1,
|
| 970 |
+
"interview_rate": 22.0,
|
| 971 |
+
"offer_acceptance_rate": 0.0
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"source_name": "Internal",
|
| 975 |
+
"first_round_review_percentage": 74.0,
|
| 976 |
+
"interview_rate": 18.5,
|
| 977 |
+
"offer_acceptance_rate": 2.5
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"source_name": "LinkedIn",
|
| 981 |
+
"first_round_review_percentage": 75.1,
|
| 982 |
+
"interview_rate": 20.4,
|
| 983 |
+
"offer_acceptance_rate": 1.9
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"source_name": "Referral",
|
| 987 |
+
"first_round_review_percentage": 70.0,
|
| 988 |
+
"interview_rate": 17.0,
|
| 989 |
+
"offer_acceptance_rate": 2.0
|
| 990 |
+
}
|
| 991 |
+
]
|
| 992 |
+
}
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"name": "candidate_source_sla_per_source",
|
| 996 |
+
"result": {
|
| 997 |
+
"metrics": [
|
| 998 |
+
{
|
| 999 |
+
"source_name": "CyberSec Jobs",
|
| 1000 |
+
"sla_percentage": 67
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"source_name": "Indeed",
|
| 1004 |
+
"sla_percentage": 86
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"source_name": "GitHub",
|
| 1008 |
+
"sla_percentage": 90
|
| 1009 |
+
},
|
| 1010 |
+
{
|
| 1011 |
+
"source_name": "Dice",
|
| 1012 |
+
"sla_percentage": 95
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"source_name": "Internal",
|
| 1016 |
+
"sla_percentage": 95
|
| 1017 |
+
},
|
| 1018 |
+
{
|
| 1019 |
+
"source_name": "LinkedIn",
|
| 1020 |
+
"sla_percentage": 95
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"source_name": "Referral",
|
| 1024 |
+
"sla_percentage": 95
|
| 1025 |
+
}
|
| 1026 |
+
]
|
| 1027 |
+
}
|
| 1028 |
+
}
|
| 1029 |
+
]
|
| 1030 |
+
}
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"name": "task_16",
|
| 1034 |
+
"description": "Apologises for missing capability; optionally provides an illustrative optimisation if the feature existed. | Explanation: No endpoint returns or accepts free-text job descriptions, so optimisation is unsupported. The hypothetical section shows what the answer could look like if such an endpoint were added. | Note: Demonstrates graceful degradation plus a forward-looking example.",
|
| 1035 |
+
"intent": "Help me optimize the job description for 05959BR.",
|
| 1036 |
+
"difficulty": "easy",
|
| 1037 |
+
"expected_output": {
|
| 1038 |
+
"response": "Sorry — the available APIs do not expose the current job-description text, so I cannot directly optimise it.",
|
| 1039 |
+
"keywords": [
|
| 1040 |
+
"APIs|API",
|
| 1041 |
+
"job-description|job description",
|
| 1042 |
+
"cannot|can't"
|
| 1043 |
+
],
|
| 1044 |
+
"tool_calls": []
|
| 1045 |
+
}
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"name": "task_17",
|
| 1049 |
+
"description": "Prompts the user for the missing job ID instead of guessing. | Explanation: Illustrates a clarification turn when a required parameter (requisition_id) is missing. | Note: Tests conversational error-handling with zero API usage.",
|
| 1050 |
+
"intent": "Which sourcing channel is the most effective for this job?",
|
| 1051 |
+
"difficulty": "easy",
|
| 1052 |
+
"expected_output": {
|
| 1053 |
+
"response": "Can you share the requisition ID (e.g., 05958BR or 05959BR)?",
|
| 1054 |
+
"keywords": [
|
| 1055 |
+
"requisition|req",
|
| 1056 |
+
"ID|id|identifier",
|
| 1057 |
+
"missing|without|share|provide|required"
|
| 1058 |
+
],
|
| 1059 |
+
"tool_calls": []
|
| 1060 |
+
}
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"name": "task_18",
|
| 1064 |
+
"description": "Explains unsupported request; shows what a successful answer might include. | Explanation: No endpoints expose hiring-manager data; a possible future answer is sketched for context. | Note: Covers gap #3: hiring-manager analytics.",
|
| 1065 |
+
"intent": "Who's the hiring manager for 05959BR and how responsive is she?",
|
| 1066 |
+
"difficulty": "easy",
|
| 1067 |
+
"expected_output": {
|
| 1068 |
+
"response": "Sorry — current APIs don't return hiring-manager names or responsiveness metrics, so I can't answer that.",
|
| 1069 |
+
"keywords": [
|
| 1070 |
+
"APIs",
|
| 1071 |
+
"hiring-manager",
|
| 1072 |
+
"responsive",
|
| 1073 |
+
"can't|cannot"
|
| 1074 |
+
],
|
| 1075 |
+
"tool_calls": []
|
| 1076 |
+
}
|
| 1077 |
+
},
|
| 1078 |
+
{
|
| 1079 |
+
"name": "task_19",
|
| 1080 |
+
"description": "States limitation; optional mock table shows desired granularity. | Explanation: The existing funnel-conversion API only returns percentages by source, not absolute counts or durations per stage. | Note: Covers gap #4: full funnel metrics.",
|
| 1081 |
+
"intent": "Show me the average candidate counts and days spent in each funnel stage for roles like 05959BR.",
|
| 1082 |
+
"difficulty": "easy",
|
| 1083 |
+
"expected_output": {
|
| 1084 |
+
"response": "I'm sorry, but none of the available APIs provide stage-by-stage candidate counts or time-in-status metrics, so I can't generate a funnel table.",
|
| 1085 |
+
"keywords": [
|
| 1086 |
+
"APIs|API",
|
| 1087 |
+
"stage",
|
| 1088 |
+
"candidate counts",
|
| 1089 |
+
"time-in-status",
|
| 1090 |
+
"funnel"
|
| 1091 |
+
],
|
| 1092 |
+
"tool_calls": []
|
| 1093 |
+
}
|
| 1094 |
+
},
|
| 1095 |
+
{
|
| 1096 |
+
"name": "task_20",
|
| 1097 |
+
"description": "Returns start/end dates, last update date, and requisition count. | Explanation: Pulled time_frame_start, time_frame_end, data_last_updated and total_requisitions_analysed from the metadata-and-timeframe endpoint. | Note: Demonstrates a fully supported recency / frequency query (gap #5).",
|
| 1098 |
+
"intent": "What's the data timeframe for 05958BR and how many similar requisitions were analysed?",
|
| 1099 |
+
"difficulty": "easy",
|
| 1100 |
+
"expected_output": {
|
| 1101 |
+
"response": "The metrics cover 9 Oct 2023 – 15 Mar 2025 (≈ 18 months) and were last updated on 29 Apr 2025. A total of 40 similar requisitions were analysed.",
|
| 1102 |
+
"keywords": [
|
| 1103 |
+
"9 Oct 2023|Oct 9, 2023",
|
| 1104 |
+
"15 Mar 2025|Mar 15, 2025",
|
| 1105 |
+
"29 Apr 2025|Apr 29, 2025",
|
| 1106 |
+
"40",
|
| 1107 |
+
"requisitions"
|
| 1108 |
+
],
|
| 1109 |
+
"tool_calls": [
|
| 1110 |
+
{
|
| 1111 |
+
"name": "candidate_source_metadata_and_timeframe",
|
| 1112 |
+
"args": {}
|
| 1113 |
+
}
|
| 1114 |
+
],
|
| 1115 |
+
"tool_call_results": [
|
| 1116 |
+
{
|
| 1117 |
+
"name": "candidate_source_metadata_and_timeframe",
|
| 1118 |
+
"result": {
|
| 1119 |
+
"job_id": "05958BR",
|
| 1120 |
+
"time_frame_start": "2023-10-09",
|
| 1121 |
+
"time_frame_end": "2025-03-15",
|
| 1122 |
+
"data_last_updated": "2025-04-29",
|
| 1123 |
+
"total_requisitions_analysed": 40
|
| 1124 |
+
}
|
| 1125 |
+
}
|
| 1126 |
+
]
|
| 1127 |
+
}
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"name": "task_21",
|
| 1131 |
+
"description": "Gracefully declines unsupported analysis; shows sample comparative table. | Explanation: Only the definition endpoint describes *what* time-to-fill means; no endpoint provides per-source values to compute deltas. | Note: Covers gap #6.",
|
| 1132 |
+
"intent": "How does average time-to-fill compare to SLA for each sourcing channel?",
|
| 1133 |
+
"difficulty": "easy",
|
| 1134 |
+
"expected_output": {
|
| 1135 |
+
"response": "I'm afraid I can't provide that comparison because the current APIs don't expose time-to-fill broken down by source.",
|
| 1136 |
+
"keywords": [
|
| 1137 |
+
"APIs",
|
| 1138 |
+
"time-to-fill",
|
| 1139 |
+
"source"
|
| 1140 |
+
],
|
| 1141 |
+
"tool_calls": []
|
| 1142 |
+
}
|
| 1143 |
+
},
|
| 1144 |
+
{
|
| 1145 |
+
"name": "task_22",
|
| 1146 |
+
"description": "Explains unsupported geographic/channel filter and gives mock estimation. | Explanation: No endpoints accept country/channel parameters; the example illustrates desired behaviour. | Note: Covers gap #7: region & channel-specific analytics.",
|
| 1147 |
+
"intent": "If we posted this role internally in France only, how long would it take to fill?",
|
| 1148 |
+
"difficulty": "easy",
|
| 1149 |
+
"expected_output": {
|
| 1150 |
+
"response": "Current APIs don't allow filtering by geography or posting channel, so I'm unable to estimate a France-only internal posting timeline.",
|
| 1151 |
+
"keywords": [
|
| 1152 |
+
"Sorry|no|unable|can't|cannot",
|
| 1153 |
+
"APIs|API|filtering|filter",
|
| 1154 |
+
"France|geography|geographic|region|channel",
|
| 1155 |
+
"internal|posting"
|
| 1156 |
+
],
|
| 1157 |
+
"tool_calls": []
|
| 1158 |
+
}
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"name": "task_23",
|
| 1162 |
+
"description": "States limitation and shows example list of near-deadline requisitions. | Explanation: No endpoint surfaces open requisitions with SLA dates. The hypothetical section demonstrates the desired list format. | Note: Covers gap #8 and introduces a potential future endpoint.",
|
| 1163 |
+
"intent": "List all requisitions that are within 30 days of their SLA deadline.",
|
| 1164 |
+
"difficulty": "easy",
|
| 1165 |
+
"expected_output": {
|
| 1166 |
+
"response": "Sorry — the API suite doesn't provide live requisition status or SLA countdowns, so I can't generate that list.",
|
| 1167 |
+
"keywords": [
|
| 1168 |
+
"API|APIs",
|
| 1169 |
+
"SLA",
|
| 1170 |
+
"requisition|req",
|
| 1171 |
+
"status",
|
| 1172 |
+
"countdown|countdowns",
|
| 1173 |
+
"deadline|list"
|
| 1174 |
+
],
|
| 1175 |
+
"tool_calls": []
|
| 1176 |
+
}
|
| 1177 |
+
},
|
| 1178 |
+
{
|
| 1179 |
+
"name": "task_24",
|
| 1180 |
+
"description": "Graceful 'ID not found' message with suggested alternatives. | Explanation: Because 05960BR does not exist, the assistant returns a polite error plus four close-match IDs (simulating fuzzy search in the ATS). No API call is made for a bad ID. | Note: Error-handling scenario for invalid requisition IDs.",
|
| 1181 |
+
"intent": "Show candidate funnel for job id 05960BR",
|
| 1182 |
+
"difficulty": "easy",
|
| 1183 |
+
"expected_output": {
|
| 1184 |
+
"response": "No job can be found with the ID 05960BR.\nDid you want to use one of the following job IDs instead?\n• UZLXBR — Sourcing Manager\n• F50HBR — Offering Manager\n• MJZ1BR — Offering Manager\n• 5TTKBR — Delivery Analyst",
|
| 1185 |
+
"keywords": [
|
| 1186 |
+
"05960BR",
|
| 1187 |
+
"No job",
|
| 1188 |
+
"can be found|not found"
|
| 1189 |
+
],
|
| 1190 |
+
"tool_calls": []
|
| 1191 |
+
}
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"name": "task_25",
|
| 1195 |
+
"description": "Explains unsupported request and sketches desired output. | Explanation: There is no /job-details/ endpoint. The hypothetical section illustrates what the response would look like if such an endpoint became available. | Note: Completes coverage for full requisition card' requests.",
|
| 1196 |
+
"intent": "Show me the details of UZLXBR",
|
| 1197 |
+
"difficulty": "easy",
|
| 1198 |
+
"expected_output": {
|
| 1199 |
+
"response": "Sorry — none of the current APIs provide full job-card details (title, location, hiring-manager email, etc.), so I can't display that information.",
|
| 1200 |
+
"keywords": [
|
| 1201 |
+
"APIs",
|
| 1202 |
+
"job-card",
|
| 1203 |
+
"details"
|
| 1204 |
+
],
|
| 1205 |
+
"tool_calls": []
|
| 1206 |
+
}
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"name": "task_26",
|
| 1210 |
+
"description": "Returns average candidate count for comparable requisitions. | Explanation: candidate-volume-by-source returns `total_candidate_volume = 2913`; metadata-and-timeframe shows `total_requisitions_analysed = 40`. Dividing 2913 ÷ 40 ≈ 73 yields the average. | Note: Covers the repeated average candidate volume questions.",
|
| 1211 |
+
"intent": "How many candidates do we usually get for postings similar to 05959BR?",
|
| 1212 |
+
"difficulty": "medium",
|
| 1213 |
+
"expected_output": {
|
| 1214 |
+
"response": "On average, similar postings attract **73 candidates**.",
|
| 1215 |
+
"keywords": [
|
| 1216 |
+
"73",
|
| 1217 |
+
"candidates",
|
| 1218 |
+
"average"
|
| 1219 |
+
],
|
| 1220 |
+
"tool_calls": [
|
| 1221 |
+
{
|
| 1222 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 1223 |
+
"args": {}
|
| 1224 |
+
},
|
| 1225 |
+
{
|
| 1226 |
+
"name": "candidate_source_metadata_and_timeframe",
|
| 1227 |
+
"args": {}
|
| 1228 |
+
}
|
| 1229 |
+
],
|
| 1230 |
+
"tool_call_results": [
|
| 1231 |
+
{
|
| 1232 |
+
"name": "candidate_source_candidate_volume_by_source",
|
| 1233 |
+
"result": {
|
| 1234 |
+
"job_id": "05959BR",
|
| 1235 |
+
"total_candidate_volume": 2913,
|
| 1236 |
+
"metrics": [
|
| 1237 |
+
{
|
| 1238 |
+
"source_name": "Dice",
|
| 1239 |
+
"candidate_volume": 525,
|
| 1240 |
+
"percentage": 18
|
| 1241 |
+
},
|
| 1242 |
+
{
|
| 1243 |
+
"source_name": "LinkedIn",
|
| 1244 |
+
"candidate_volume": 525,
|
| 1245 |
+
"percentage": 18
|
| 1246 |
+
},
|
| 1247 |
+
{
|
| 1248 |
+
"source_name": "GitHub",
|
| 1249 |
+
"candidate_volume": 465,
|
| 1250 |
+
"percentage": 16
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"source_name": "Internal",
|
| 1254 |
+
"candidate_volume": 403,
|
| 1255 |
+
"percentage": 14
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"source_name": "Indeed",
|
| 1259 |
+
"candidate_volume": 400,
|
| 1260 |
+
"percentage": 14
|
| 1261 |
+
},
|
| 1262 |
+
{
|
| 1263 |
+
"source_name": "Referral",
|
| 1264 |
+
"candidate_volume": 400,
|
| 1265 |
+
"percentage": 14
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"source_name": "CyberSec Jobs",
|
| 1269 |
+
"candidate_volume": 195,
|
| 1270 |
+
"percentage": 7
|
| 1271 |
+
}
|
| 1272 |
+
],
|
| 1273 |
+
"heading": "For requisitions similar to 05959BR, there were 2913 candidates over the past three years. Here's how many candidates came from each source (with percentages from the total number):"
|
| 1274 |
+
}
|
| 1275 |
+
},
|
| 1276 |
+
{
|
| 1277 |
+
"name": "candidate_source_metadata_and_timeframe",
|
| 1278 |
+
"result": {
|
| 1279 |
+
"job_id": "05959BR",
|
| 1280 |
+
"time_frame_start": "2023-10-09",
|
| 1281 |
+
"time_frame_end": "2025-03-15",
|
| 1282 |
+
"data_last_updated": "2025-04-29",
|
| 1283 |
+
"total_requisitions_analysed": 40
|
| 1284 |
+
}
|
| 1285 |
+
}
|
| 1286 |
+
]
|
| 1287 |
+
}
|
| 1288 |
+
}
|
| 1289 |
+
]
|
| 1290 |
+
}
|
| 1291 |
+
]
|
tasks_edge_cases.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks_http_errors.json
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "bpo-benchmark",
|
| 4 |
+
"user_info": [],
|
| 5 |
+
"test_cases": [
|
| 6 |
+
{
|
| 7 |
+
"name": "task_30",
|
| 8 |
+
"description": "Tests agent handling of probabilistic 404 errors (20% chance, seeded RNG). The candidate_source_candidate_pipeline_status tool randomly returns 404 errors. Agent should retry or report the error gracefully.",
|
| 9 |
+
"intent": "What's the candidate pipeline status for 05958BR?",
|
| 10 |
+
"difficulty": "hard",
|
| 11 |
+
"expected_output": {
|
| 12 |
+
"response": "The candidate pipeline for 05958BR shows the following distribution by source: LinkedIn, Dice, Indeed, GitHub, Referral, CyberSec Jobs, and TechCareers all have active candidates in the pipeline.",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"pipeline|status|candidates",
|
| 15 |
+
"05958BR"
|
| 16 |
+
],
|
| 17 |
+
"tool_calls": [
|
| 18 |
+
{
|
| 19 |
+
"name": "candidate_source_candidate_pipeline_status",
|
| 20 |
+
"args": {
|
| 21 |
+
"requisition_id": "05958BR"
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"error_handling": {
|
| 26 |
+
"error_type": "http_404_probabilistic",
|
| 27 |
+
"should_report_error": false,
|
| 28 |
+
"should_retry": true,
|
| 29 |
+
"expected_behavior": "Agent should retry on 404 or report temporary unavailability"
|
| 30 |
+
},
|
| 31 |
+
"tool_call_results": [
|
| 32 |
+
{
|
| 33 |
+
"name": "candidate_source_candidate_pipeline_status",
|
| 34 |
+
"result": {
|
| 35 |
+
"requisition_id": "05958BR",
|
| 36 |
+
"pipeline": {
|
| 37 |
+
"CyberSec Jobs": 200,
|
| 38 |
+
"Dice": 516,
|
| 39 |
+
"GitHub": 468,
|
| 40 |
+
"Indeed": 410,
|
| 41 |
+
"Internal": 400,
|
| 42 |
+
"LinkedIn": 519,
|
| 43 |
+
"Referral": 400
|
| 44 |
+
},
|
| 45 |
+
"total_candidates": 2913
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
]
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"name": "task_31",
|
| 53 |
+
"description": "Tests agent handling of HTTP 500 error that includes valid data in the response body. The candidate_source_source_sla_check tool returns error status 500 but includes correct SLA metrics in the body.",
|
| 54 |
+
"intent": "Run a quick SLA check across all sources for 05958BR",
|
| 55 |
+
"difficulty": "hard",
|
| 56 |
+
"expected_output": {
|
| 57 |
+
"response": "SLA check results for 05958BR across sources: CyberSec Jobs 67%, Indeed 72%, TechCareers 74%, GitHub 78%, LinkedIn 79%, Dice 80%, Referral 82%. Note: the data was retrieved despite a server error status.",
|
| 58 |
+
"keywords": [
|
| 59 |
+
"SLA",
|
| 60 |
+
"CyberSec Jobs|Indeed|Dice",
|
| 61 |
+
"67|72|74|78|79|80|82"
|
| 62 |
+
],
|
| 63 |
+
"tool_calls": [
|
| 64 |
+
{
|
| 65 |
+
"name": "candidate_source_source_sla_check",
|
| 66 |
+
"args": {
|
| 67 |
+
"requisition_id": "05958BR"
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
],
|
| 71 |
+
"error_handling": {
|
| 72 |
+
"error_type": "http_500_with_body",
|
| 73 |
+
"should_report_error": true,
|
| 74 |
+
"should_retry": false,
|
| 75 |
+
"expected_behavior": "Agent should use response body despite 500 status and optionally note the error"
|
| 76 |
+
},
|
| 77 |
+
"tool_call_results": [
|
| 78 |
+
{
|
| 79 |
+
"name": "candidate_source_source_sla_check",
|
| 80 |
+
"result": {
|
| 81 |
+
"status_code": 500,
|
| 82 |
+
"error": true,
|
| 83 |
+
"message": "Internal server error",
|
| 84 |
+
"body": {
|
| 85 |
+
"metrics": [
|
| 86 |
+
{
|
| 87 |
+
"source_name": "CyberSec Jobs",
|
| 88 |
+
"sla_percentage": 67
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"source_name": "Dice",
|
| 92 |
+
"sla_percentage": 95
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"source_name": "GitHub",
|
| 96 |
+
"sla_percentage": 90
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"source_name": "Indeed",
|
| 100 |
+
"sla_percentage": 86
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"source_name": "Internal",
|
| 104 |
+
"sla_percentage": 95
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"source_name": "LinkedIn",
|
| 108 |
+
"sla_percentage": 95
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"source_name": "Referral",
|
| 112 |
+
"sla_percentage": 95
|
| 113 |
+
}
|
| 114 |
+
]
|
| 115 |
+
}
|
| 116 |
+
}
|
| 117 |
+
}
|
| 118 |
+
]
|
| 119 |
+
}
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"name": "task_32",
|
| 123 |
+
"description": "Tests agent handling of HTTP 503 Service Unavailable. The candidate_source_funnel_status tool always returns 503 with maintenance info.",
|
| 124 |
+
"intent": "What's the current funnel status for 05958BR?",
|
| 125 |
+
"difficulty": "medium",
|
| 126 |
+
"expected_output": {
|
| 127 |
+
"response": "The funnel status service is currently unavailable due to maintenance. Please try again later.",
|
| 128 |
+
"keywords": [
|
| 129 |
+
"unavailable|maintenance|temporarily",
|
| 130 |
+
"funnel|service",
|
| 131 |
+
"later|retry"
|
| 132 |
+
],
|
| 133 |
+
"tool_calls": [
|
| 134 |
+
{
|
| 135 |
+
"name": "candidate_source_funnel_status",
|
| 136 |
+
"args": {
|
| 137 |
+
"requisition_id": "05958BR"
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
],
|
| 141 |
+
"error_handling": {
|
| 142 |
+
"error_type": "http_503",
|
| 143 |
+
"should_report_error": true,
|
| 144 |
+
"should_retry": false,
|
| 145 |
+
"expected_behavior": "Agent should report service unavailable with retry info"
|
| 146 |
+
},
|
| 147 |
+
"tool_call_results": [
|
| 148 |
+
{
|
| 149 |
+
"name": "candidate_source_funnel_status",
|
| 150 |
+
"result": {
|
| 151 |
+
"status_code": 503,
|
| 152 |
+
"error": true,
|
| 153 |
+
"message": "Service temporarily unavailable. The funnel analytics engine is undergoing maintenance.",
|
| 154 |
+
"retry_after_seconds": 300,
|
| 155 |
+
"expected_recovery": "2025-05-01T12:00:00Z"
|
| 156 |
+
}
|
| 157 |
+
}
|
| 158 |
+
]
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"name": "task_33",
|
| 163 |
+
"description": "Tests agent handling of HTTP 429 rate limiting. The candidate_source_bulk_source_data tool returns 429 after the 3rd call in a session.",
|
| 164 |
+
"intent": "Pull bulk source data for all requisitions starting with 05958BR",
|
| 165 |
+
"difficulty": "hard",
|
| 166 |
+
"expected_output": {
|
| 167 |
+
"response": "Bulk source data for 05958BR shows candidate and hire counts across all sourcing channels including LinkedIn, Dice, Indeed, GitHub, Referral, CyberSec Jobs, and TechCareers.",
|
| 168 |
+
"keywords": [
|
| 169 |
+
"source|sources",
|
| 170 |
+
"candidates|data",
|
| 171 |
+
"05958BR"
|
| 172 |
+
],
|
| 173 |
+
"tool_calls": [
|
| 174 |
+
{
|
| 175 |
+
"name": "candidate_source_bulk_source_data",
|
| 176 |
+
"args": {
|
| 177 |
+
"requisition_id": "05958BR"
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
+
],
|
| 181 |
+
"error_handling": {
|
| 182 |
+
"error_type": "http_429",
|
| 183 |
+
"should_report_error": false,
|
| 184 |
+
"should_retry": false,
|
| 185 |
+
"expected_behavior": "Agent should respect rate limits and use available data"
|
| 186 |
+
},
|
| 187 |
+
"tool_call_results": [
|
| 188 |
+
{
|
| 189 |
+
"name": "candidate_source_bulk_source_data",
|
| 190 |
+
"result": {
|
| 191 |
+
"requisition_id": "05958BR",
|
| 192 |
+
"sources": {
|
| 193 |
+
"CyberSec Jobs": {
|
| 194 |
+
"total_candidates": 200,
|
| 195 |
+
"total_hires": 3,
|
| 196 |
+
"reviewed": 161
|
| 197 |
+
},
|
| 198 |
+
"Dice": {
|
| 199 |
+
"total_candidates": 516,
|
| 200 |
+
"total_hires": 11,
|
| 201 |
+
"reviewed": 57
|
| 202 |
+
},
|
| 203 |
+
"GitHub": {
|
| 204 |
+
"total_candidates": 468,
|
| 205 |
+
"total_hires": 10,
|
| 206 |
+
"reviewed": 356
|
| 207 |
+
},
|
| 208 |
+
"Indeed": {
|
| 209 |
+
"total_candidates": 410,
|
| 210 |
+
"total_hires": 0,
|
| 211 |
+
"reviewed": 316
|
| 212 |
+
},
|
| 213 |
+
"Internal": {
|
| 214 |
+
"total_candidates": 400,
|
| 215 |
+
"total_hires": 5,
|
| 216 |
+
"reviewed": 296
|
| 217 |
+
},
|
| 218 |
+
"LinkedIn": {
|
| 219 |
+
"total_candidates": 519,
|
| 220 |
+
"total_hires": 7,
|
| 221 |
+
"reviewed": 390
|
| 222 |
+
},
|
| 223 |
+
"Referral": {
|
| 224 |
+
"total_candidates": 400,
|
| 225 |
+
"total_hires": 4,
|
| 226 |
+
"reviewed": 280
|
| 227 |
+
}
|
| 228 |
+
},
|
| 229 |
+
"call_number": 1
|
| 230 |
+
}
|
| 231 |
+
}
|
| 232 |
+
]
|
| 233 |
+
}
|
| 234 |
+
}
|
| 235 |
+
]
|
| 236 |
+
}
|
| 237 |
+
]
|
tasks_schema_violations.json
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "bpo-benchmark",
|
| 4 |
+
"user_info": [],
|
| 5 |
+
"test_cases": [
|
| 6 |
+
{
|
| 7 |
+
"name": "task_34",
|
| 8 |
+
"description": "Tests agent handling of untyped/unschema'd response. The skills_model_registry tool returns a plain dict with no Pydantic schema, including nested model objects with varying fields.",
|
| 9 |
+
"intent": "What ML models are registered for 05958BR?",
|
| 10 |
+
"difficulty": "medium",
|
| 11 |
+
"expected_output": {
|
| 12 |
+
"response": "The following ML models are registered for 05958BR: Skill relevance classifier (v2.1.0, active), SLA impact regression model (v1.4.2, active), and Funnel conversion recommender (v3.0.0-beta, staging).",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"Skill relevance classifier",
|
| 15 |
+
"SLA impact regression model",
|
| 16 |
+
"Funnel conversion recommender",
|
| 17 |
+
"active|staging"
|
| 18 |
+
],
|
| 19 |
+
"tool_calls": [
|
| 20 |
+
{
|
| 21 |
+
"name": "skills_model_registry",
|
| 22 |
+
"args": {
|
| 23 |
+
"requisition_id": "05958BR"
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"error_handling": {
|
| 28 |
+
"error_type": "missing_output_schema",
|
| 29 |
+
"should_report_error": false,
|
| 30 |
+
"should_retry": false,
|
| 31 |
+
"expected_behavior": "Agent should infer structure from the untyped response and present model info"
|
| 32 |
+
},
|
| 33 |
+
"tool_call_results": [
|
| 34 |
+
{
|
| 35 |
+
"name": "skills_model_registry",
|
| 36 |
+
"result": {
|
| 37 |
+
"requisition_id": "05958BR",
|
| 38 |
+
"models": [
|
| 39 |
+
{
|
| 40 |
+
"name": "Skill relevance classifier",
|
| 41 |
+
"version": "2.1.0",
|
| 42 |
+
"status": "active",
|
| 43 |
+
"last_trained": "2024-11-15",
|
| 44 |
+
"accuracy": 0.87
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"name": "SLA impact regression model",
|
| 48 |
+
"version": "1.4.2",
|
| 49 |
+
"status": "active",
|
| 50 |
+
"last_trained": "2024-10-01",
|
| 51 |
+
"r_squared": 0.72
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"name": "Funnel conversion recommender",
|
| 55 |
+
"version": "3.0.0-beta",
|
| 56 |
+
"status": "staging",
|
| 57 |
+
"last_trained": "2025-01-20",
|
| 58 |
+
"precision": 0.81
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"registry_updated": "2025-04-29"
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
]
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "task_35",
|
| 69 |
+
"description": "Tests agent handling of undocumented/extra input parameters. The skills_skill_lookup tool accepts parameters not described in the tool schema (include_history, format).",
|
| 70 |
+
"intent": "Look up the skill Python for requisition 05958BR",
|
| 71 |
+
"difficulty": "medium",
|
| 72 |
+
"expected_output": {
|
| 73 |
+
"response": "Python for requisition 05958BR has an occurrence count across similar candidates, showing its prevalence in the candidate pool.",
|
| 74 |
+
"keywords": [
|
| 75 |
+
"Python",
|
| 76 |
+
"05958BR",
|
| 77 |
+
"occurrence|count|rate"
|
| 78 |
+
],
|
| 79 |
+
"tool_calls": [
|
| 80 |
+
{
|
| 81 |
+
"name": "skills_skill_lookup",
|
| 82 |
+
"args": {
|
| 83 |
+
"requisition_id": "05958BR",
|
| 84 |
+
"skill_name": "Python"
|
| 85 |
+
}
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"error_handling": {
|
| 89 |
+
"error_type": "missing_input_schema",
|
| 90 |
+
"should_report_error": false,
|
| 91 |
+
"should_retry": false,
|
| 92 |
+
"expected_behavior": "Agent should infer required parameters and call the tool correctly"
|
| 93 |
+
},
|
| 94 |
+
"tool_call_results": [
|
| 95 |
+
{
|
| 96 |
+
"name": "skills_skill_lookup",
|
| 97 |
+
"result": {
|
| 98 |
+
"requisition_id": "05958BR",
|
| 99 |
+
"skill_name": "Python",
|
| 100 |
+
"occurrence_count": 200,
|
| 101 |
+
"total_candidates": 2913,
|
| 102 |
+
"occurrence_rate": 6.9
|
| 103 |
+
}
|
| 104 |
+
}
|
| 105 |
+
]
|
| 106 |
+
}
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"name": "task_36",
|
| 110 |
+
"description": "Tests agent handling of response with missing required fields. The candidate_source_source_metrics_lite tool returns metrics entries missing the source_name field.",
|
| 111 |
+
"intent": "Get a lightweight summary of source metrics for 05958BR",
|
| 112 |
+
"difficulty": "hard",
|
| 113 |
+
"expected_output": {
|
| 114 |
+
"response": "Source metrics for 05958BR show candidate counts and hire counts per source. Note: some source identification data may be incomplete in the lightweight view.",
|
| 115 |
+
"keywords": [
|
| 116 |
+
"metrics|source",
|
| 117 |
+
"candidate|hire",
|
| 118 |
+
"05958BR"
|
| 119 |
+
],
|
| 120 |
+
"tool_calls": [
|
| 121 |
+
{
|
| 122 |
+
"name": "candidate_source_source_metrics_lite",
|
| 123 |
+
"args": {
|
| 124 |
+
"requisition_id": "05958BR"
|
| 125 |
+
}
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"error_handling": {
|
| 129 |
+
"error_type": "missing_fields",
|
| 130 |
+
"should_report_error": true,
|
| 131 |
+
"should_retry": false,
|
| 132 |
+
"expected_behavior": "Agent should handle partial data and note missing source names"
|
| 133 |
+
},
|
| 134 |
+
"tool_call_results": [
|
| 135 |
+
{
|
| 136 |
+
"name": "candidate_source_source_metrics_lite",
|
| 137 |
+
"result": {
|
| 138 |
+
"requisition_id": "05958BR",
|
| 139 |
+
"metrics": [
|
| 140 |
+
{
|
| 141 |
+
"candidate_count": 200,
|
| 142 |
+
"hire_count": 3,
|
| 143 |
+
"sla_met_count": 108
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"candidate_count": 516,
|
| 147 |
+
"hire_count": 11,
|
| 148 |
+
"sla_met_count": 54
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"candidate_count": 468,
|
| 152 |
+
"hire_count": 10,
|
| 153 |
+
"sla_met_count": 320
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"candidate_count": 410,
|
| 157 |
+
"hire_count": 0,
|
| 158 |
+
"sla_met_count": 272
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"candidate_count": 400,
|
| 162 |
+
"hire_count": 5,
|
| 163 |
+
"sla_met_count": 281
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"candidate_count": 519,
|
| 167 |
+
"hire_count": 7,
|
| 168 |
+
"sla_met_count": 370
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"candidate_count": 400,
|
| 172 |
+
"hire_count": 4,
|
| 173 |
+
"sla_met_count": 266
|
| 174 |
+
}
|
| 175 |
+
],
|
| 176 |
+
"note": "Lightweight view — some fields may be omitted for performance."
|
| 177 |
+
}
|
| 178 |
+
}
|
| 179 |
+
]
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"name": "task_37",
|
| 184 |
+
"description": "Tests agent handling of wrong field types in response. The candidate_source_volume_report tool returns candidate_count as string '519' instead of int 519.",
|
| 185 |
+
"intent": "Generate a volume report for 05958BR",
|
| 186 |
+
"difficulty": "medium",
|
| 187 |
+
"expected_output": {
|
| 188 |
+
"response": "Volume report for 05958BR shows candidate counts by source, with LinkedIn, Dice, and GitHub among the top contributors.",
|
| 189 |
+
"keywords": [
|
| 190 |
+
"volume|report",
|
| 191 |
+
"candidates|count",
|
| 192 |
+
"05958BR"
|
| 193 |
+
],
|
| 194 |
+
"tool_calls": [
|
| 195 |
+
{
|
| 196 |
+
"name": "candidate_source_volume_report",
|
| 197 |
+
"args": {
|
| 198 |
+
"requisition_id": "05958BR"
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
],
|
| 202 |
+
"error_handling": {
|
| 203 |
+
"error_type": "wrong_field_types",
|
| 204 |
+
"should_report_error": false,
|
| 205 |
+
"should_retry": false,
|
| 206 |
+
"expected_behavior": "Agent should handle type coercion (string to int) transparently"
|
| 207 |
+
},
|
| 208 |
+
"tool_call_results": [
|
| 209 |
+
{
|
| 210 |
+
"name": "candidate_source_volume_report",
|
| 211 |
+
"result": {
|
| 212 |
+
"requisition_id": "05958BR",
|
| 213 |
+
"metrics": [
|
| 214 |
+
{
|
| 215 |
+
"source_name": "CyberSec Jobs",
|
| 216 |
+
"candidate_count": "200",
|
| 217 |
+
"hire_count": "3",
|
| 218 |
+
"review_rate": "80.5%"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"source_name": "Dice",
|
| 222 |
+
"candidate_count": "516",
|
| 223 |
+
"hire_count": "11",
|
| 224 |
+
"review_rate": "11.0%"
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"source_name": "GitHub",
|
| 228 |
+
"candidate_count": "468",
|
| 229 |
+
"hire_count": "10",
|
| 230 |
+
"review_rate": "76.1%"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"source_name": "Indeed",
|
| 234 |
+
"candidate_count": "410",
|
| 235 |
+
"hire_count": "0",
|
| 236 |
+
"review_rate": "77.1%"
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"source_name": "Internal",
|
| 240 |
+
"candidate_count": "400",
|
| 241 |
+
"hire_count": "5",
|
| 242 |
+
"review_rate": "74.0%"
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"source_name": "LinkedIn",
|
| 246 |
+
"candidate_count": "519",
|
| 247 |
+
"hire_count": "7",
|
| 248 |
+
"review_rate": "75.1%"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"source_name": "Referral",
|
| 252 |
+
"candidate_count": "400",
|
| 253 |
+
"hire_count": "4",
|
| 254 |
+
"review_rate": "70.0%"
|
| 255 |
+
}
|
| 256 |
+
],
|
| 257 |
+
"total_candidates": "2913"
|
| 258 |
+
}
|
| 259 |
+
}
|
| 260 |
+
]
|
| 261 |
+
}
|
| 262 |
+
}
|
| 263 |
+
]
|
| 264 |
+
}
|
| 265 |
+
]
|
tasks_type_mismatch.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "bpo-benchmark",
|
| 4 |
+
"user_info": [],
|
| 5 |
+
"test_cases": [
|
| 6 |
+
{
|
| 7 |
+
"name": "task_27",
|
| 8 |
+
"description": "Tests agent handling when API returns a plain string instead of structured data. The skills_skill_summary tool returns comma-separated skill names as a single string rather than a structured list/object.",
|
| 9 |
+
"intent": "Give me a quick summary of skills needed for 05958BR",
|
| 10 |
+
"difficulty": "medium",
|
| 11 |
+
"expected_output": {
|
| 12 |
+
"response": "The skills for 05958BR include Agile, Ansible, AWS, CI/CD, Cyber Engineering, Data Analysis, Docker, Git, Go, GraphQL, Hadoop, Java, Jenkins, Kafka, Kubernetes, Linux, Machine Learning, MongoDB, Networking, Node.js, PostgreSQL, Power BI, Python, React, Redis, REST APIs, Risk Analysis, Scrum, Spark, SQL, Tableau, Terraform, TypeScript, Wireshark",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"Python",
|
| 15 |
+
"AWS|Docker|Kubernetes",
|
| 16 |
+
"skills"
|
| 17 |
+
],
|
| 18 |
+
"tool_calls": [
|
| 19 |
+
{
|
| 20 |
+
"name": "skills_skill_summary",
|
| 21 |
+
"args": {
|
| 22 |
+
"requisition_id": "05958BR"
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
],
|
| 26 |
+
"error_handling": {
|
| 27 |
+
"error_type": "type_mismatch",
|
| 28 |
+
"should_report_error": false,
|
| 29 |
+
"should_retry": false,
|
| 30 |
+
"expected_behavior": "Agent should parse the comma-separated string and present the skills"
|
| 31 |
+
},
|
| 32 |
+
"tool_call_results": [
|
| 33 |
+
{
|
| 34 |
+
"name": "skills_skill_summary",
|
| 35 |
+
"result": "AWS, Cloud Security, Cyber Engineering, Firewalls, IT Support, Incident Management, Microsoft PowerShell, NIST Cybersecurity Framework, Python, Quantum Physics, Risk Analysis, Risk Assessment, Wireshark"
|
| 36 |
+
}
|
| 37 |
+
]
|
| 38 |
+
}
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"name": "task_28",
|
| 42 |
+
"description": "Tests agent handling when API returns an int instead of a float or structured response. The candidate_source_source_sla_score tool returns a bare integer.",
|
| 43 |
+
"intent": "What's the SLA score for Dice sourcing channel on requisition 05958BR?",
|
| 44 |
+
"difficulty": "easy",
|
| 45 |
+
"expected_output": {
|
| 46 |
+
"response": "The SLA score for Dice on requisition 05958BR is 80%.",
|
| 47 |
+
"keywords": [
|
| 48 |
+
"Dice",
|
| 49 |
+
"SLA",
|
| 50 |
+
"re:\\b80\\b|re:\\b95\\b"
|
| 51 |
+
],
|
| 52 |
+
"tool_calls": [
|
| 53 |
+
{
|
| 54 |
+
"name": "candidate_source_source_sla_score",
|
| 55 |
+
"args": {
|
| 56 |
+
"requisition_id": "05958BR",
|
| 57 |
+
"source_name": "Dice"
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"error_handling": {
|
| 62 |
+
"error_type": "type_mismatch",
|
| 63 |
+
"should_report_error": false,
|
| 64 |
+
"should_retry": false,
|
| 65 |
+
"expected_behavior": "Agent should handle int/float correctly and present as percentage"
|
| 66 |
+
},
|
| 67 |
+
"tool_call_results": [
|
| 68 |
+
{
|
| 69 |
+
"name": "candidate_source_source_sla_score",
|
| 70 |
+
"result": 95
|
| 71 |
+
}
|
| 72 |
+
]
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"name": "task_29",
|
| 77 |
+
"description": "Tests agent handling when API returns null/None instead of an empty list. The candidate_source_inactive_sources tool returns None when no inactive sources exist.",
|
| 78 |
+
"intent": "Show me any inactive sources with no candidates for 05958BR",
|
| 79 |
+
"difficulty": "medium",
|
| 80 |
+
"expected_output": {
|
| 81 |
+
"response": "There are no inactive sources for requisition 05958BR. All sourcing channels have active candidates.",
|
| 82 |
+
"keywords": [
|
| 83 |
+
"no inactive|none|no sources|all",
|
| 84 |
+
"active|candidates"
|
| 85 |
+
],
|
| 86 |
+
"tool_calls": [
|
| 87 |
+
{
|
| 88 |
+
"name": "candidate_source_inactive_sources",
|
| 89 |
+
"args": {
|
| 90 |
+
"requisition_id": "05958BR"
|
| 91 |
+
}
|
| 92 |
+
}
|
| 93 |
+
],
|
| 94 |
+
"error_handling": {
|
| 95 |
+
"error_type": "type_mismatch",
|
| 96 |
+
"should_report_error": false,
|
| 97 |
+
"should_retry": false,
|
| 98 |
+
"expected_behavior": "Agent should handle null gracefully and report no inactive sources"
|
| 99 |
+
},
|
| 100 |
+
"tool_call_results": [
|
| 101 |
+
{
|
| 102 |
+
"name": "candidate_source_inactive_sources",
|
| 103 |
+
"result": null
|
| 104 |
+
}
|
| 105 |
+
]
|
| 106 |
+
}
|
| 107 |
+
}
|
| 108 |
+
]
|
| 109 |
+
}
|
| 110 |
+
]
|
tasks_undocumented.json
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "bpo-benchmark",
|
| 4 |
+
"user_info": [],
|
| 5 |
+
"test_cases": [
|
| 6 |
+
{
|
| 7 |
+
"name": "task_43",
|
| 8 |
+
"description": "Tests agent handling of non-standard error format. The candidate_source_requisition_details tool returns {\"err\": \"not_found\"} instead of standard RequisitionNotFoundResponse when given an invalid ID.",
|
| 9 |
+
"intent": "Get detailed info for requisition 99999BR",
|
| 10 |
+
"difficulty": "medium",
|
| 11 |
+
"expected_output": {
|
| 12 |
+
"response": "Requisition 99999BR was not found. The system returned a non-standard error indicating the requisition does not exist.",
|
| 13 |
+
"keywords": [
|
| 14 |
+
"99999BR",
|
| 15 |
+
"not found|not_found|doesn't exist|does not exist|invalid"
|
| 16 |
+
],
|
| 17 |
+
"tool_calls": [
|
| 18 |
+
{
|
| 19 |
+
"name": "candidate_source_requisition_details",
|
| 20 |
+
"args": {
|
| 21 |
+
"requisition_id": "99999BR"
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"error_handling": {
|
| 26 |
+
"error_type": "undocumented_error_format",
|
| 27 |
+
"should_report_error": true,
|
| 28 |
+
"should_retry": false,
|
| 29 |
+
"expected_behavior": "Agent should parse non-standard error format and report not found"
|
| 30 |
+
},
|
| 31 |
+
"tool_call_results": [
|
| 32 |
+
{
|
| 33 |
+
"name": "candidate_source_requisition_details",
|
| 34 |
+
"result": {
|
| 35 |
+
"err": "not_found",
|
| 36 |
+
"req": "99999BR"
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "task_44",
|
| 44 |
+
"description": "Tests agent handling of undocumented pagination. The candidate_source_list_all_sources tool returns only a page of results with a next_page token not described in any schema.",
|
| 45 |
+
"intent": "List all available sourcing channels for 05958BR",
|
| 46 |
+
"difficulty": "hard",
|
| 47 |
+
"expected_output": {
|
| 48 |
+
"response": "The available sourcing channels for 05958BR include multiple sources. The results show a total count of all channels, though the response is paginated.",
|
| 49 |
+
"keywords": [
|
| 50 |
+
"source|sources|channels",
|
| 51 |
+
"05958BR"
|
| 52 |
+
],
|
| 53 |
+
"tool_calls": [
|
| 54 |
+
{
|
| 55 |
+
"name": "candidate_source_list_all_sources",
|
| 56 |
+
"args": {
|
| 57 |
+
"requisition_id": "05958BR"
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"error_handling": {
|
| 62 |
+
"error_type": "undocumented_pagination",
|
| 63 |
+
"should_report_error": false,
|
| 64 |
+
"should_retry": false,
|
| 65 |
+
"expected_behavior": "Agent should detect and handle pagination, noting there are more results"
|
| 66 |
+
},
|
| 67 |
+
"tool_call_results": [
|
| 68 |
+
{
|
| 69 |
+
"name": "candidate_source_list_all_sources",
|
| 70 |
+
"result": {
|
| 71 |
+
"requisition_id": "05958BR",
|
| 72 |
+
"sources": [
|
| 73 |
+
{
|
| 74 |
+
"name": "CyberSec Jobs",
|
| 75 |
+
"index": 0
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "Dice",
|
| 79 |
+
"index": 1
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"name": "GitHub",
|
| 83 |
+
"index": 2
|
| 84 |
+
}
|
| 85 |
+
],
|
| 86 |
+
"total_count": 7,
|
| 87 |
+
"page_size": 3,
|
| 88 |
+
"page": 1,
|
| 89 |
+
"next_page": "eyJvZmZzZXQiOjMsInJlcV9pZCI6IjA1OTU4QlIifQ==",
|
| 90 |
+
"has_more": true
|
| 91 |
+
}
|
| 92 |
+
}
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"name": "task_45",
|
| 98 |
+
"description": "Tests agent handling of undocumented rate limiting info in response body. The candidate_source_batch_metrics tool includes X-RateLimit headers embedded in the JSON response.",
|
| 99 |
+
"intent": "Fetch batch metrics for all sources on 05958BR",
|
| 100 |
+
"difficulty": "medium",
|
| 101 |
+
"expected_output": {
|
| 102 |
+
"response": "Batch metrics for 05958BR show candidate counts and hire data across all sourcing channels including LinkedIn, Dice, Indeed, GitHub, Referral, CyberSec Jobs, and TechCareers.",
|
| 103 |
+
"keywords": [
|
| 104 |
+
"metrics|batch",
|
| 105 |
+
"candidates|hires|sources",
|
| 106 |
+
"05958BR"
|
| 107 |
+
],
|
| 108 |
+
"tool_calls": [
|
| 109 |
+
{
|
| 110 |
+
"name": "candidate_source_batch_metrics",
|
| 111 |
+
"args": {
|
| 112 |
+
"requisition_id": "05958BR"
|
| 113 |
+
}
|
| 114 |
+
}
|
| 115 |
+
],
|
| 116 |
+
"error_handling": {
|
| 117 |
+
"error_type": "undocumented_rate_limiting",
|
| 118 |
+
"should_report_error": false,
|
| 119 |
+
"should_retry": false,
|
| 120 |
+
"expected_behavior": "Agent should process the metrics data and optionally note rate limit information"
|
| 121 |
+
},
|
| 122 |
+
"tool_call_results": [
|
| 123 |
+
{
|
| 124 |
+
"name": "candidate_source_batch_metrics",
|
| 125 |
+
"result": {
|
| 126 |
+
"requisition_id": "05958BR",
|
| 127 |
+
"metrics": {
|
| 128 |
+
"CyberSec Jobs": {
|
| 129 |
+
"candidates": 200,
|
| 130 |
+
"hires": 3,
|
| 131 |
+
"reviewed": 161
|
| 132 |
+
},
|
| 133 |
+
"Dice": {
|
| 134 |
+
"candidates": 516,
|
| 135 |
+
"hires": 11,
|
| 136 |
+
"reviewed": 57
|
| 137 |
+
},
|
| 138 |
+
"GitHub": {
|
| 139 |
+
"candidates": 468,
|
| 140 |
+
"hires": 10,
|
| 141 |
+
"reviewed": 356
|
| 142 |
+
},
|
| 143 |
+
"Indeed": {
|
| 144 |
+
"candidates": 410,
|
| 145 |
+
"hires": 0,
|
| 146 |
+
"reviewed": 316
|
| 147 |
+
},
|
| 148 |
+
"Internal": {
|
| 149 |
+
"candidates": 400,
|
| 150 |
+
"hires": 5,
|
| 151 |
+
"reviewed": 296
|
| 152 |
+
},
|
| 153 |
+
"LinkedIn": {
|
| 154 |
+
"candidates": 519,
|
| 155 |
+
"hires": 7,
|
| 156 |
+
"reviewed": 390
|
| 157 |
+
},
|
| 158 |
+
"Referral": {
|
| 159 |
+
"candidates": 400,
|
| 160 |
+
"hires": 4,
|
| 161 |
+
"reviewed": 280
|
| 162 |
+
}
|
| 163 |
+
},
|
| 164 |
+
"X-RateLimit-Limit": 100,
|
| 165 |
+
"X-RateLimit-Remaining": 97,
|
| 166 |
+
"X-RateLimit-Reset": "2025-05-01T00:00:00Z",
|
| 167 |
+
"X-RateLimit-Window": "1h"
|
| 168 |
+
}
|
| 169 |
+
}
|
| 170 |
+
]
|
| 171 |
+
}
|
| 172 |
+
}
|
| 173 |
+
]
|
| 174 |
+
}
|
| 175 |
+
]
|