mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
rename
This commit is contained in:
parent
bb89dfbe05
commit
e859c6fc03
59 changed files with 0 additions and 0 deletions
13
demos/samples_python/currency_exchange/test_data.yaml
Normal file
13
demos/samples_python/currency_exchange/test_data.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
test_cases:
|
||||
- id: "get exchange rate"
|
||||
input:
|
||||
messages:
|
||||
- role: user
|
||||
content: what is exchange rate for gbp
|
||||
expected_tools:
|
||||
- type: function
|
||||
function:
|
||||
name: currency_exchange
|
||||
arguments:
|
||||
currency_symbol: GBP
|
||||
expected_output_contains: gbp
|
||||
Loading…
Add table
Add a link
Reference in a new issue