Compare commits

...

1 Commits

Author SHA1 Message Date
Erick Friis
caf2041928 ai21: integration test fixes 2024-08-26 15:54:21 -07:00

View File

@@ -71,3 +71,8 @@ class TestAI21Jamba1_5(BaseTestAI21):
return {
"model": "jamba-1.5-mini",
}
# tool calling xfail
@pytest.mark.xfail(reason="Prompt doesn't generate tool calls for Jamba 1.5.")
def test_tool_calling(self, model: BaseChatModel) -> None:
super().test_tool_calling(model)