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 6eb3145 commit 23d4ad6Copy full SHA for 23d4ad6
test/agents/backend_models/test_camel_model.py
@@ -41,7 +41,7 @@ def add(a: int, b: int):
41
return a + b
42
43
44
-# @pytest.mark.skip(reason="Mock data to be added")
+@pytest.mark.skip(reason="Mock data to be added")
45
def test_action_chat(camel_model):
46
camel_model.reset("You are a helpful assistant.", [add])
47
message = (
0 commit comments