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

tests2.yaml 651 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. # This file contains a list of test cases. They're added alongside test cases
  2. # from tests1.yaml in the example promptfooconfig.yaml.
  3. - vars:
  4. topic: alien invasions
  5. content_type: survival tips
  6. assert:
  7. - type: javascript
  8. value: output.length > 100
  9. - vars:
  10. topic: time travel
  11. content_type: tourist attractions
  12. - vars:
  13. topic: zombie apocalypse
  14. content_type: home renovation ideas
  15. - vars:
  16. topic: unicorn breeding
  17. content_type: best practices
  18. - vars:
  19. topic: telepathy for beginners
  20. content_type: etiquette rules
  21. - vars:
  22. topic: fairy dust
  23. content_type: cleaning hacks
  24. - vars: ../vars/vars_*.yaml
Tip!

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

Comments

Loading...