.Net: Ollama Chat Completion GetStreamingChatMessageContentsAsync not invoking plugin #9988
Labels
ai connector
Anything related to AI connectors
bug
Something isn't working
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Discussed in #9956
Originally posted by eeadie December 12, 2024
Hi,
I have an issue when using AddOllamaChatCompletion with GetStreamingChatMessageContentsAsync where it is not invoking plugins and is returning an empty result. If I replace GetStreamingChatMessageContentsAsync with GetChatMessageContentAsync the plugin is invoked as expected and a result is returned.
Note both work as expected when using AddAzureOpenAIChatCompletion. Please see attached example showing the issue:
SemanticKernelLightBlub.zip
The text was updated successfully, but these errors were encountered: