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:
@@ -1138,7 +1138,11 @@ class ChatMistralAI(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", "mistralai"]`
|
||||
"""
|
||||
return ["langchain", "chat_models", "mistralai"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user