mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
15 lines
355 B
YAML
15 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
|