Skip to content

Commit 589876a

Browse files
cr
1 parent 4f54f25 commit 589876a

File tree

1 file changed

+5
-0
lines changed
  • libs/providers/langchain-anthropic/src/tools

1 file changed

+5
-0
lines changed

libs/providers/langchain-anthropic/src/tools/webFetch.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ interface WebFetch20250910Options {
5757
*
5858
* const model = new ChatAnthropic({
5959
* model: "claude-sonnet-4-5-20250929",
60+
* clientOptions: {
61+
* defaultHeaders: {
62+
* "anthropic-beta": "web-fetch-2025-09-10",
63+
* },
64+
* },
6065
* });
6166
*
6267
* // Basic usage - fetch content from a URL

0 commit comments

Comments
 (0)