We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698732b commit 2594dbdCopy full SHA for 2594dbd
libs/providers/langchain-anthropic/src/tools/webFetch.ts
@@ -45,8 +45,6 @@ interface WebFetch20250910Options {
45
* input alongside sensitive data poses data exfiltration risks. We recommend only using
46
* this tool in trusted environments or when handling non-sensitive data.
47
*
48
- * @note This tool requires the beta header `web-fetch-2025-09-10` in API requests.
49
- *
50
* @see {@link https://docs.anthropic.com/en/docs/build-with-claude/tool-use/web-fetch-tool | Anthropic Web Fetch Documentation}
51
* @param options - Configuration options for the web fetch tool
52
* @returns A web fetch tool definition to be passed to the Anthropic API
0 commit comments