style: more work for refs (#33508)

Largely:
- Remove explicit `"Default is x"` since new refs show default inferred
from sig
- Inline code (useful for eventual parsing)
- Fix code block rendering (indentations)
This commit is contained in:
Mason Daugherty
2025-10-15 18:46:55 -04:00
committed by GitHub
parent d0f8f00e7e
commit 26e0a00c4c
162 changed files with 1017 additions and 1135 deletions

View File

@@ -1133,7 +1133,7 @@ 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."""
return ["langchain", "chat_models", "mistralai"]