chore(docs): fix a few refs syntax errors (#34044)

missing whitespace for some admonitions
This commit is contained in:
Mason Daugherty
2025-11-21 23:58:21 -06:00
committed by GitHub
parent 5899f980aa
commit 47b79c30c0
20 changed files with 223 additions and 155 deletions

View File

@@ -1314,9 +1314,11 @@ class ChatOllama(BaseChatModel):
- `'parsing_error'`: `BaseException | None`
!!! warning "Behavior changed in `langchain-ollama` 0.2.2"
Added support for structured output API via `format` parameter.
!!! warning "Behavior changed in `langchain-ollama` 0.3.0"
Updated default `method` to `'json_schema'`.
??? note "Example: `schema=Pydantic` class, `method='json_schema'`, `include_raw=False`"