1. Correct me if I'm wrong. But wouldn't that just be expect(llmOutputScore).toBeGreatherThan(70)
I don't see why you'd want to wrap vitest for that
2. How about verifying the prompt and model on a CI during automated unit tests?
1. Correct me if I'm wrong. But wouldn't that just be expect(llmOutputScore).toBeGreatherThan(70)
I don't see why you'd want to wrap vitest for that
2. How about verifying the prompt and model on a CI during automated unit tests?