We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c3555 commit 694ff23Copy full SHA for 694ff23
1 file changed
chatbotsclient/test.py
@@ -18,4 +18,5 @@
18
]
19
20
21
-check_topic_similarity(full_conversation, Message(message="Hello there! I am a test :)", bot_id=2, bot_name="Test"))
+evaluate.check_topic_similarity(full_conversation, Message(
22
+ message="Hello there! I am a test :)", bot_id=2, bot_name="Test"))
0 commit comments