mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
chore(anthropic): update test_tool_search cassette (#34297)
This commit is contained in:
Binary file not shown.
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user