Skip to content

Commit

Permalink
Keep xfail just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrito87 committed Jan 8, 2025
1 parent 625118d commit 1013e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/genai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def test_safety_settings_gemini() -> None:
assert len(out2.content) > 0


@pytest.mark.xfail(reason="on the model's side")
def test_chat_function_calling_with_multiple_parts() -> None:
@tool
def search(
Expand Down Expand Up @@ -332,7 +333,7 @@ def search(
request = HumanMessage(
content=(
"Please tell the primary color of following birds: "
"sparrow, hawk, crow by using searchm"
"sparrow, hawk, crow by using search tool."
)
)
response = llm_with_search_force.invoke([request])
Expand Down

0 comments on commit 1013e12

Please sign in to comment.