mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: attribute package change versions (#33854)
Needed to disambiguate for within inherited docs
This commit is contained in:
@@ -1929,7 +1929,7 @@ class ChatAnthropic(BaseChatModel):
|
||||
parallel_tool_calls: Set to `False` to disable parallel tool use.
|
||||
Defaults to `None` (no specification, which allows parallel tool use).
|
||||
|
||||
!!! version-added "Added in version 0.3.2"
|
||||
!!! version-added "Added in `langchain-anthropic` 0.3.2"
|
||||
kwargs: Any additional parameters are passed directly to `bind`.
|
||||
|
||||
Example:
|
||||
@@ -2408,7 +2408,7 @@ class ChatAnthropic(BaseChatModel):
|
||||
403
|
||||
```
|
||||
|
||||
!!! warning "Behavior changed in 0.3.0"
|
||||
!!! warning "Behavior changed in `langchain-anthropic` 0.3.0"
|
||||
Uses Anthropic's [token counting API](https://docs.claude.com/en/docs/build-with-claude/token-counting) to count tokens in messages.
|
||||
|
||||
""" # noqa: D214,E501
|
||||
|
||||
Reference in New Issue
Block a user