style: more refs fixes (#33730)

This commit is contained in:
Mason Daugherty
2025-10-29 16:34:46 -04:00
committed by GitHub
parent 6a1dca113e
commit 123e29dc26
49 changed files with 586 additions and 394 deletions

View File

@@ -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"]