style: more refs work (#33616)

This commit is contained in:
Mason Daugherty
2025-10-20 18:40:19 -04:00
committed by GitHub
parent 557fc9a817
commit e731ba1e47
16 changed files with 193 additions and 206 deletions

View File

@@ -446,7 +446,7 @@ def _convert_message_to_mistral_chat_message(
class ChatMistralAI(BaseChatModel):
"""A chat model that uses the MistralAI API."""
"""A chat model that uses the Mistral AI API."""
# The type for client and async_client is ignored because the type is not
# an Optional after the model is initialized and the model_validator