Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
Release 5.4.11
- Fix null reference exception in AbstractionMapper.ToChatResponseUpdate #341
Thanks @koadna
Release 5.4.10
Add .NET 10 support #339
Release 5.4.9
Release 5.4.8
- Update to Microsoft.Extensions.AI 9.10
Thanks @rogerbarreto
Release 5.4.7
Release 5.4.6
- Allow the model to do multiple tool calls sequentially when using the
Chatclass like first querying users and then getting details for a single user, for example.
Release 5.4.5
- Allow setting thinking to strings in addition to
true&falselike"high"/"medium"/"low"for gpt-oss #312
Thanks @byronmcclain
Release 5.4.4
Release 5.4.3
Release 5.4.2
- Respect a few recent Microsoft.Extensions.AI additions #319
Thanks @stephentoub