Commit Graph

2 Commits

Author SHA1 Message Date
0f0f227208 Return OllamaResult from Message::tool_response instead of panicking
Replaced unwrap() with ? operator so serialization errors propagate
as OllamaError::ResponseParseError instead of panicking. This is
safer for a library API where callers should decide how to handle
errors.
2026-01-30 19:38:28 +00:00
53353eabe0 Adds function calling 2026-01-06 21:15:20 +00:00