mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
14 lines
355 B
YAML
14 lines
355 B
YAML
test_cases:
|
|
- id: get workforce data
|
|
input:
|
|
messages:
|
|
- role: user
|
|
content: what is workforce data for asia for fte employees
|
|
expected_tools:
|
|
- type: function
|
|
function:
|
|
name: workforce
|
|
arguments:
|
|
staffing_type: fte
|
|
region: asia
|
|
expected_output_contains: asia
|