Skip to content

Commit c7c4c3f

Browse files
committed
fix docstring
1 parent 95a561d commit c7c4c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/anthropic/langchain_anthropic/chat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ def get_num_tokens_from_messages(
11281128
tools: If provided, sequence of dict, BaseModel, function, or BaseTools
11291129
to be converted to tool schemas.
11301130
1131-
.. versionchanged:: 0.2.5
1131+
.. versionchanged:: 0.3.0
11321132
11331133
Uses Anthropic's token counting API to count tokens in messages. See:
11341134
https://docs.anthropic.com/en/docs/build-with-claude/token-counting

0 commit comments

Comments
 (0)