From bd6223eae3ab13bc754a01781cb60dd8c43bfafa Mon Sep 17 00:00:00 2001 From: keenborder786 <21110290@lums.edu.pk> Date: Tue, 29 Jul 2025 05:50:48 +0500 Subject: [PATCH] lint: fix linting error --- libs/partners/anthropic/langchain_anthropic/chat_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/partners/anthropic/langchain_anthropic/chat_models.py b/libs/partners/anthropic/langchain_anthropic/chat_models.py index 5eb51654235..72f53b469cd 100644 --- a/libs/partners/anthropic/langchain_anthropic/chat_models.py +++ b/libs/partners/anthropic/langchain_anthropic/chat_models.py @@ -1280,6 +1280,7 @@ class ChatAnthropic(BaseChatModel): @classmethod def validate_max_tokens(cls, values: dict[str, Any]) -> Any: """Validate max_tokens. + Can find the Max Tokens limits here: https://docs.anthropic.com/en/docs/about-claude/models/overview#model-comparison-table """ if values.get("max_tokens") is None and values.get("model"):