Skip to content

Commit

Permalink
fix groq
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Dec 17, 2024
1 parent 264f50e commit e002031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/partners/groq/tests/integration_tests/test_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def tool_choice_value(self) -> Optional[str]:
"""Value to use for tool choice when used in tests."""
return "any"

@property
def supports_json_mode(self) -> bool:
return False # Not supported in streaming mode

@pytest.mark.xfail(
reason=("Fails with 'Failed to call a function. Please adjust your prompt.'")
)
Expand Down

0 comments on commit e002031

Please sign in to comment.