Skip to content

Commit

Permalink
add chitchat generative assertions test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Aug 28, 2024
1 parent 653b92b commit 6971811
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
test_cases:
- test_case: user_says_something_intriguing
steps:
- user: I just had the most wonderful startup idea.
assertions:
- bot_uttered:
utter_name: utter_intriguing
- generative_response_is_relevant:
utter_name: utter_intriguing
threshold: 0.70
- generative_response_is_grounded:
utter_name: utter_intriguing
threshold: 0.90

0 comments on commit 6971811

Please sign in to comment.