poweihuang0817
poweihuang0817
@eavanvalkenburg Hello, when I run example code, it shows this. Do you know how to solve this? Traceback (most recent call last): File ".py", line 20, in powerbi=PowerBIDataset(None, "b0c0d9dc-726e-4bf5-8344-e6cc807c4a75", ['tableName'],...
 I'm suspecting this might be the problem. I see input already as key and not get replaced... /// Add any missing variables from a plan state variables to the...
> Microsoft.SemanticKernel.Core.dll!Microsoft.SemanticKernel.Planning.Plan.AddVariablesToContext(Microsoft.SemanticKernel.Orchestration.ContextVariables vars, Microsoft.SemanticKernel.Orchestration.SKContext context) Line 438 C# Microsoft.SemanticKernel.Core.dll!Microsoft.SemanticKernel.Planning.Plan.InvokeAsync(Microsoft.SemanticKernel.Orchestration.SKContext context, Microsoft.SemanticKernel.AI.TextCompletion.CompleteRequestSettings settings, Microsoft.Extensions.Logging.ILogger log, System.Threading.CancellationToken cancellationToken) Line 336 C# CopilotChatApi.dll!SemanticKernel.Service.Skills.ChatSkill.AcquireExternalInformationAsync(Microsoft.SemanticKernel.Orchestration.SKContext context) Line 237 C# Microsoft.SemanticKernel.Core.dll!Microsoft.SemanticKernel.SkillDefinition.SKFunction.InvokeNativeAsync(Microsoft.SemanticKernel.Orchestration.SKContext context) Line 392 C# Microsoft.SemanticKernel.Core.dll!Microsoft.SemanticKernel.SkillDefinition.SKFunction.InvokeAsync(Microsoft.SemanticKernel.Orchestration.SKContext...

Sample Code: OpenAI service failed to complete the prompt, APIConnectionError issue with Python 3.10
Hello, I used Python 3.11.3 and it works. I didn't use venv but it does work. The issue you described is strange
Thank you. Yes, I'm preparing a hackathon and I was spending a lot of time figuring out how to implement native functions. Thanks for the notebook
This problem might comes from a general design issue. Need a contract between skills.
But with planner disabled, could we still invoke custom skill? Would we be able to select one skill from many? Looks like no?
