mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix error in function name + new thresholds (#406)
* fix error in function name + new thresholds * fix * fix * remove example * remove example
This commit is contained in:
parent
4ec03af16e
commit
e7b370cd2f
3 changed files with 28 additions and 35 deletions
|
|
@ -63,7 +63,7 @@ test_cases:
|
|||
- role: "assistant"
|
||||
content: "Can you please provide me the days for the weather forecast?"
|
||||
- role: "user"
|
||||
content: "los angeles in 5 days"
|
||||
content: "5 days"
|
||||
tools:
|
||||
- type: "function"
|
||||
function:
|
||||
|
|
@ -82,7 +82,7 @@ test_cases:
|
|||
required: ["location", "days"]
|
||||
expected:
|
||||
- type: "metadata"
|
||||
hallucination: true
|
||||
hallucination: false
|
||||
|
||||
- id: "[WEATHER AGENT] - multi turn, single tool, clarification"
|
||||
input:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue