This commit is contained in:
Mason Daugherty 2025-08-05 20:52:09 -04:00
parent f6b4251357
commit 7cc104cd12
No known key found for this signature in database

View File

@ -153,7 +153,7 @@ def _is_pydantic_class(obj: Any) -> bool:
class ChatOllama(BaseChatModel):
r"""Ollama chat model with native v1 message/content block support.
r"""Ollama chat model with v1 message/content block support.
This implementation provides native support for structured content blocks.