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 69ed95b commit 5f8ddf6Copy full SHA for 5f8ddf6
libs/providers/langchain-anthropic/src/tools/webFetch.ts
@@ -57,6 +57,11 @@ interface WebFetch20250910Options {
57
*
58
* const model = new ChatAnthropic({
59
* model: "claude-sonnet-4-5-20250929",
60
+ * clientOptions: {
61
+ * defaultHeaders: {
62
+ * "anthropic-beta": "web-fetch-2025-09-10",
63
+ * },
64
65
* });
66
67
* // Basic usage - fetch content from a URL
0 commit comments