mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: more refs fixes (#33730)
This commit is contained in:
@@ -1535,7 +1535,11 @@ class ChatAnthropic(BaseChatModel):
|
||||
|
||||
@classmethod
|
||||
def get_lc_namespace(cls) -> list[str]:
|
||||
"""Get the namespace of the LangChain object."""
|
||||
"""Get the namespace of the LangChain object.
|
||||
|
||||
Returns:
|
||||
`["langchain", "chat_models", "anthropic"]`
|
||||
"""
|
||||
return ["langchain", "chat_models", "anthropic"]
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user