rborosak

Results 6 issues of rborosak

I need to do some checks to make sure that the node can be deleted but there isn't an async version of ShouldDeleteNode? I would be great if you could...

enhancement
fixed/done

Steps to reproduce. Create nodes with TopLeft, TopRight, BottomLeft, BottomRight and try to connect two nodes. The app will crash with Error: System.NotImplementedException: The method or operation is not implemented....

enhancement

I've installed Resource.Embedder and it works great but now I want to create a nuget package from my project. dotnet pack command fails with the following error `error NU5026: The...

bug

**Describe the bug** When invoking CreatePlanAsync of the HandlebarsPlanner I get an exception ``` System.Text.Json.JsonException: 'The JSON value could not be converted to System.String. Path: $ | LineNumber: 0 |...

bug
.NET

### Context / Scenario I'm using Kernel memory as a plugin with Semantic Kernel. Before each prompt I count the used tokens from chat history. ### Question I would like...

question

### Context / Scenario Hi, I was able to implement a memory kernel plugin. The idea is to have a chatbot that answers only to questions from internal documents. If...

question