Files
ollama-rs/src
André Cipriani Bandarra b70cc1a62d Propagate parse errors in stream_response instead of silently dropping them
Previously, if serde_json::from_str failed on a streamed line, the
line was silently discarded and the caller had no indication that data
was lost. Now parse errors are yielded as OllamaError::ResponseParseError
so consumers can detect and handle unexpected API responses.

Empty lines from LinesCodec are skipped to avoid spurious parse errors
on blank input between chunks.
2026-01-30 19:28:02 +00:00
..
2026-01-07 16:33:18 +00:00
2025-12-24 15:58:23 +00:00