You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Optional: Environment setup/cleanup scripts, when API is enabled
422
+
setup_script: "scripts/setup_env.sh"# Run before conversation
423
+
cleanup_script: "scripts/cleanup_env.sh"# Run after conversation
424
+
425
+
# Conversation-level metrics
426
+
conversation_metrics:
427
+
- "deepeval:conversation_completeness"
428
+
429
+
conversation_metrics_metadata:
430
+
"deepeval:conversation_completeness":
431
+
threshold: 0.8
432
+
433
+
turns:
434
+
- turn_id: id1
435
+
query: What is OpenShift Virtualization?
436
+
response: null # Populated by API if enabled, otherwise provide
437
+
contexts:
438
+
- OpenShift Virtualization is an extension of the OpenShift ...
439
+
attachments: [] # Attachments (Optional)
440
+
expected_response: OpenShift Virtualization is an extension of the OpenShift Container Platform that allows running virtual machines alongside containers
441
+
expected_intent: "explain a concept"# Expected intent for intent evaluation
0 commit comments