diff --git a/libs/partners/anthropic/tests/cassettes/test_tool_search.yaml.gz b/libs/partners/anthropic/tests/cassettes/test_tool_search.yaml.gz index 1381e57f6a9..aa27cf94809 100644 Binary files a/libs/partners/anthropic/tests/cassettes/test_tool_search.yaml.gz and b/libs/partners/anthropic/tests/cassettes/test_tool_search.yaml.gz differ diff --git a/libs/partners/anthropic/tests/integration_tests/test_chat_models.py b/libs/partners/anthropic/tests/integration_tests/test_chat_models.py index 7f0856121e8..0370f22580e 100644 --- a/libs/partners/anthropic/tests/integration_tests/test_chat_models.py +++ b/libs/partners/anthropic/tests/integration_tests/test_chat_models.py @@ -2121,7 +2121,7 @@ def test_tool_search(output_version: str) -> None: # Test with actual API call input_message = { "role": "user", - "content": "What's the weather in San Francisco?", + "content": "What's the weather in San Francisco? Find and use a tool.", } result = agent.invoke({"messages": [input_message]}) first_response = result["messages"][1]