semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Integrate cutting-edge LLM technology quickly and easily into your apps

Results 1034 semantic-kernel issues
Sort by recently updated
recently updated
newest added

### Motivation and Context The PR adds support for "text/plain" media-type to RestAPI skills. Additionality, it adds extra metadata to RestAPI skills execution result. It's useful for calls to REST...

PR: ready for review

### Motivation and Context This PR has two fixes to allow this app to work with OpenAPI skills. ### Description The first fix prevents endless while loop, and the other...

PR: ready for review

### Motivation and Context It is confusing to have multiple skfunction invoke_* calls. This PR combines invoke and invoke_with_vars to enable calls with the input pattern: with SKContext, or with...

enhancement
PR: ready to merge
python

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.3.0 to 1.8.2. Commits 9623f9a Cherry-Pick fixes for 1.8.2 patch release (#33984) 3a2a7d4 Cherry-Pick Managed Identity Metadata fix for patch release 1.8.1 (#33478) 6676777 Updating Identity for...

PR: dependencies
.NET

Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 1.16.0 to 2.9.0. Release notes Sourced from Microsoft.Identity.Web's releases. 2.9.0 Update to Wilson 6.29.0 and MSAL.NET 4.53.0 Bug Fix: The ASP.NET Core regression between .NET 5 and...

PR: dependencies
.NET
samples

Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) from 4.54.0 to 5.6.0. Release notes Sourced from Microsoft.Graph's releases. Microsoft.Graph.5.0.0-rc.5.nupkg No release notes provided. Microsoft.Graph.5.0.0-rc.4.nupkg No release notes provided. Microsoft.Graph.5.0.0-rc.3.nupkg No release notes provided. Microsoft.Graph.5.0.0-rc.2.nupkg Changes: 48c80530df46ebdbf2e34b5f27395bbcde64b7a7...

PR: dependencies
.NET

**Describe the bug** When using planner skill, I sometimes hit `InvalidPlan` exception and planner string seems to be missing either a `` or `` tag. The error appears from time...

### Motivation and Context To demonstrate the ability of the Copilot Chat App to ingest documents to memory and query against those documents. ### Description 1. Create DocumentSkill that can...

PR: feedback to address
samples

### 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 This pull request contains a series of changes that refactor and improve the planning module and tests in the SemanticKernel project. The planning module is responsible...

PR: ready for review
PR: main