mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
style: more refs fixes (#33730)
This commit is contained in:
@@ -428,7 +428,11 @@ class ChatXAI(BaseChatOpenAI): # type: ignore[override]
|
||||
|
||||
@classmethod
|
||||
def get_lc_namespace(cls) -> list[str]:
|
||||
"""Get the namespace of the LangChain object."""
|
||||
"""Get the namespace of the LangChain object.
|
||||
|
||||
Returns:
|
||||
`["langchain_xai", "chat_models"]`
|
||||
"""
|
||||
return ["langchain_xai", "chat_models"]
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user