mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(docs): fix a few refs syntax errors (#34044)
missing whitespace for some admonitions
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user