mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 18:39:57 +00:00
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:
@@ -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:
|
||||
|
@@ -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 (
|
||||
|
Reference in New Issue
Block a user