You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Assistants, Thread invocation failed with ReadYaml method not implemented.
System.TypeLoadException: Method 'ReadYaml' in type 'Microsoft.SemanticKernel.PromptExecutionSettingsTypeConverter' from assembly 'Microsoft.SemanticKernel.Yaml, Version=1.31.0.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3' does not have an implementation.
at Microsoft.SemanticKernel.KernelFunctionYaml.ToPromptTemplateConfig(String text)
at Microsoft.SemanticKernel.KernelFunctionYaml.FromPromptYaml(String text, IPromptTemplateFactory promptTemplateFactory, ILoggerFactory loggerFactory)
at Microsoft.SemanticKernel.PromptYamlKernelExtensions.CreateFunctionFromPromptYaml(Kernel kernel, String text, IPromptTemplateFactory promptTemplateFactory)
at Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlanner.GeneratePlanAsync(String question, Kernel kernel, ILogger logger, CancellationToken cancellationToken)
at Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlanner.ExecuteCoreAsync(Kernel kernel, String question, ChatHistory chatHistoryForSteps, CancellationToken
cancellationToken)
at Microsoft.SemanticKernel.Planning.PlannerInstrumentation.InvokePlanAsync[TPlan,TPlanInput,TPlanResult](Func`5 InvokePlanAsync, TPlan plan, Kernel kernel, TPlanInput input, ILogger logger, CancellationToken cancellationToken)
at SemanticKernel.Assistants.Thread.ExecuteStepwisePlannerAsync(String goal)
at SemanticKernel.Assistants.Thread.ExecutePlannerAsync(String userIntent)
at SemanticKernel.Assistants.Thread.GetPlannerAnswer(String userMessage)
at SemanticKernel.Assistants.Thread.InvokeAsync(String userMessage)
at CGI.Llm.Toolkit.ViewModels.AgentChatViewModel.SendUserMessageAsync()
The text was updated successfully, but these errors were encountered:
Description
When using Assistants, Thread invocation failed with
ReadYaml
method not implemented.The text was updated successfully, but these errors were encountered: