Files
langchain/libs/partners/ollama/tests
Sanchay Singh cdb4a8aeb0 fix(ollama): avoid leading newline in multimodal text content (#37481)
Fixes #37480 

---

Avoid prepending a leading newline when converting multimodal message
text content in `ChatOllama`. Previously, the first text segment in
list-format message content was always prefixed with `\n`, which could
break formatting-sensitive vision/OCR models.

Also adds a regression test to ensure multimodal message content does
not start with an unintended leading newline.

Verified by running:

- make format
- make lint
- make test
2026-05-17 14:34:31 -07:00
..