docs(anthropic): update documentation links (#32938)

**Description:**
This PR updated links to the latest Anthropic documentation. Changes
include revised links for model overview, tool usage, web search tool,
text editor tool, and more.

**Issue:**
N/A

**Dependencies:**
None

**Twitter handle:**
N/A
This commit is contained in:
Youngho Kim
2025-09-15 10:38:51 +09:00
committed by GitHub
parent 6487a7e2e5
commit 4619a2727f
4 changed files with 8 additions and 8 deletions

View File

@@ -502,7 +502,7 @@ def _handle_anthropic_bad_request(e: anthropic.BadRequestError) -> None:
class ChatAnthropic(BaseChatModel):
"""Anthropic chat models.
See `Anthropic's docs <https://docs.anthropic.com/en/docs/models-overview>`__ for a
See `Anthropic's docs <https://docs.anthropic.com/en/docs/about-claude/models/overview>`__ for a
list of the latest models.
Setup:

View File

@@ -462,7 +462,7 @@ def test_tool_use() -> None:
assert tool_call["id"] is not None
# Testing token-efficient tools
# https://docs.anthropic.com/en/docs/build-with-claude/tool-use/token-efficient-tool-use
# https://docs.anthropic.com/en/docs/agents-and-tools/tool-use/token-efficient-tool-use
assert gathered.usage_metadata
assert response.usage_metadata
assert (