kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
95 stars 8 forks source link

Bug: AutoGen failed with Missing Method exception in FunctionCallingStepwisePlanner #58

Closed kbeaugrand closed 7 months ago

kbeaugrand commented 7 months ago

Description

When using AutoGen from NuGet Package, I'm facing this issue :

Method not found: 'System.Threading.Tasks.Task`1<Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlannerResult> Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlanner.ExecuteAsync(Microsoft.SemanticKernel.Kernel, System.String, System.Threading.CancellationToken)'.

I can step over functions, but this fails when reaching the Semantic Kernel Core capabilities.

kbeaugrand commented 7 months ago

This was related to my development environment.