We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3277 commit 29fe0edCopy full SHA for 29fe0ed
crewai-tools/test_mongodb_vector_search_tool.py
@@ -74,5 +74,5 @@
74
# Get the result and assert something about the results
75
print("Running the crew...")
76
result = crew.kickoff()
77
-assert "hallucinations" in result.raw.lower(), result.raw.lower()
+assert "advancements" in result.raw.lower(), result.raw.lower()
78
assert "GPT-4" in result.raw
0 commit comments