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