chore(anthropic): update test_tool_search cassette (#34297)

This commit is contained in:
ccurme
2025-12-11 10:53:52 -05:00
committed by GitHub
parent dd0b990ba5
commit 46dbb3967e
2 changed files with 1 additions and 1 deletions

View File

@@ -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]