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

promptfooconfig.yaml 1.4 KB

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
26
27
28
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'RAG - End to end test'
  3. prompts:
  4. - '{{question}}'
  5. providers:
  6. - file://retrieve.py
  7. tests:
  8. - vars:
  9. question: How has Apple's total net sales changed over time?
  10. - vars:
  11. question: What are the major factors contributing to the change in Apple's gross margin in the most recent 10-Q compared to the previous quarters?
  12. - vars:
  13. question: Has there been any significant change in Apple's operating expenses over the reported quarters? If so, what are the key drivers for this change?
  14. - vars:
  15. question: How has Apple's revenue from iPhone sales fluctuated across quarters?
  16. - vars:
  17. question: Can any trends be identified in Apple's Services segment revenue over the reported periods?
  18. - vars:
  19. question: What is the impact of foreign exchange rates on Apple's financial performance? List this out separately for each reported period.
  20. - vars:
  21. question: Are there any notable changes in Apple's liquidity position or cash flows as reported in these 10-Qs?
  22. - vars:
  23. question: Examine how Intel's effective tax rate in the most recent 10-Q compares with the tax-related discussions in the notes section.
  24. - vars:
  25. question: In Amazon's latest 10-Q, how does the revenue distribution across its diverse business segments like e-commerce, AWS, and others compare to the costs incurred in these segments?
Tip!

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

Comments

Loading...