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 86d05ab commit 51f638eCopy full SHA for 51f638e
β.changeset/fast-peas-lick.mdβ
@@ -0,0 +1,5 @@
1
+---
2
+"@langchain/anthropic": patch
3
4
+
5
+fix content management param
βlibs/langchain-anthropic/src/chat_models.tsβ
@@ -753,6 +753,8 @@ export class ChatAnthropicMessages<
753
this.streamUsage = fields?.streamUsage ?? this.streamUsage;
754
755
this.thinking = fields?.thinking ?? this.thinking;
756
+ this.contextManagement =
757
+ fields?.contextManagement ?? this.contextManagement;
758
759
this.createClient =
760
fields?.createClient ??
0 commit comments