Shawn Callegari

Results 12 issues of Shawn Callegari

### Motivation and Context This sample continues in the spirit of prior samples in the samples/apps folder with a goal of teaching developers how the concepts of memory and embeddings...

PR: ready to merge
main

### Motivation and Context Hosting SK Skills/Functions as Chat GPT Plugins. ### Description An Azure Functions REST server that hosts SK functions as HTTP Endpoints with annotations for ChatGPT Plugins....

enhancement
PR: in progress
.NET

### Motivation and Context When users install the "Microsoft.SemanticKernel" nuget package, it should have a fully working path without requiring them to seek additional nugets explicitly. ### Description Adds the...

PR: ready for review

### Description - The DocumentationFile paths were raising warnings because they were being set before the AssemblyName variable that they rely on. - The 'RepoRoot' variable can be set in...

### Motivation and Context It's recommended that .ConfigureAwait(false) be added to all awaits in SDK-style projects, to prevent deadlocks in calling apps. ### Description - This change re-enables the .editorconfig...

PR: feedback to address
.NET
kernel.core

### Motivation and Context The current services registration is hard-coded to support only 4 interface types (ITextCompletion, ITextEmedding...). This is not going to be extensible in the long run, as...

PR: feedback to address
PR: ready for review
.NET
samples
kernel.core

### Description Filling out the attributes required to fully describe a skill and its functions for 2 applications: - Publishing SK Skills AI (ChatGPT) Plugins -- REST microservices, documented with...

PR: in progress
.NET
kernel.core

### Description In an effort to slim down SemanticKernel.Core and standardize around the Connectors.AI packaging pattern, we're moving the Connectors.HuggingFace calls into their own Connectors.AI.HuggingFace nuget package, which will be...

.NET
PR: ready to merge
kernel
samples

### Motivation and Context Each of the SKFunction.Invoke calls have multiple ways of passing the same data. It's not clear that, if one way is specified, the other will be...

PR: ready for review
.NET
PR: ready to merge
kernel
samples
kernel.core

Setting the PackageVersion in Directory.Packages.props to fix warning called out in https://github.com/microsoft/semantic-kernel/issues/913 ### Contribution Checklist - [X] The code builds clean without any errors or warnings - [X] The PR...

.NET
PR: ready to merge
kernel