A new major release of OllamaSharp is out https://github.com/awaescher/OllamaSharp/releases/tag/4.0.1 and this brings in support for the Microsoft.Extensions.AI API (particularly the IChatClient interface). We should update our integration to support that and expose the IChatClient instance as well for easy integration.
A new major release of OllamaSharp is out https://github.com/awaescher/OllamaSharp/releases/tag/4.0.1 and this brings in support for the Microsoft.Extensions.AI API (particularly the
IChatClient
interface). We should update our integration to support that and expose theIChatClient
instance as well for easy integration.