Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

asserts.yaml 414 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. # For more information on assertions, see https://promptfoo.dev/docs/configuration/expected-outputs
  2. - type: icontains
  3. value: hello
  4. - type: javascript
  5. value: 1 / (output.length + 1) # prefer shorter outputs
  6. # For more information on model-graded evals, see https://promptfoo.dev/docs/configuration/expected-outputs/model-graded
  7. - type: model-graded-closedqa
  8. value: ensure that the output contains a greeting
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...