poweihuang0817

Results 13 comments of 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'],...

![image](https://github.com/microsoft/semantic-kernel/assets/131632377/e4ea7738-6b89-41a8-835a-2a1f5a85e2e9) 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...

![image](https://github.com/microsoft/semantic-kernel/assets/131632377/7c6d2cf2-3e28-4b2e-9428-cc4b71ade21c)

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?

![image](https://github.com/microsoft/semantic-kernel/assets/131632377/a108f913-b90d-464a-aef5-4c9675bbbeea)