Closed johnnyreilly closed 11 months ago
hi @johnnyreilly latest KM nuget (0.16.x released few hours ago) is integrated with SK RC2, does that solve this issue?
Thanks! I'll check tomorrow!
two steps forward and one step back!
[BE] System.MissingMethodException: Method not found: 'System.Collections.Generic.IList`1<Azure.AI.OpenAI.ChatMessage> Azure.AI.OpenAI.ChatCompletionsOptions.get_Messages()'.
[BE] at Microsoft.SemanticKernel.Connectors.AI.OpenAI.ClientCore.GetStreamingChatMessageContentsAsync(ChatHistory chat, PromptExecutionSettings executionSettings, Kernel kernel, CancellationToken cancellationToken)+MoveNext()
[BE] at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
[BE] at Microsoft.SemanticKernel.Connectors.AI.OpenAI.ClientCore.GetStreamingChatMessageContentsAsync(ChatHistory chat, PromptExecutionSettings executionSettings, Kernel kernel, CancellationToken cancellationToken)+System.IAsyncDisposable.DisposeAsync()
But I think this is a different issue
I think this works as expected - thank you! Will close this. There's different issues - see https://github.com/microsoft/semantic-kernel/issues/4071 - but I'll close this and carry those on where it's more relevant
Describe the bug A clear and concise description of what the bug is.
To Reproduce Using code like this:
Worked with beta8. With RC1, it compiles, but at runtime an error like this is thrown:
Expected behavior Compiling code runs as it did with beta8
Screenshots n/a
Platform
Additional context
According to @stephentoub in https://github.com/microsoft/semantic-kernel/issues/3970:
Is a release planned to cover this please?