mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
rename
This commit is contained in:
parent
bb89dfbe05
commit
e859c6fc03
59 changed files with 0 additions and 0 deletions
14
demos/samples_python/human_resources_agent/test_data.yaml
Normal file
14
demos/samples_python/human_resources_agent/test_data.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue