SergeyMenshykh

Results 51 issues of SergeyMenshykh

### Motivation and Context When working with HTTP REST API endpoints it’s very handy to keep all HTTP REST related/low-level code in so called “Service Client” classes that hide/wrap/encapsulate the...

PR: paused
main

### Motivation and Context This PR introduces a few changes: 1. An instance of the RestApiOperationRunner needs to be registered through kernel config so that it can be reused by...

PR: feedback to address
kernel

### 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 This change is required to allow SK SDK client code/hosting app to get more details about SK function execution failures. Open issue: [Important Error Message from...

PR: ready for review

### Motivation and Context This PR adds a few building blocks for gRPC skills support. The rest of the functionality - gRPC skills import, support for complex data contract, retries,...

PR: ready for review

### Motivation and Context This change is required to fix a memory leak related to not disposed resource used by Skills. The issue may manifest itself any time skills that...

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

### Description This PR adds a few examples showing the way SK SDK can be used by applications that use DI/IoC containers for bootstrapping. ### Contribution Checklist - [x] The...

PR: ready for review
.NET
samples
kernel.core

### Motivation, Context and Description This PR introduces several changes aimed to simplify the kernel and enhancing its extensibility for AI services management. The changes include the following: 1. Kernel...

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

### Motivation, Context and Description This PR introduces the following changes: 1. Reuse of globally configured policies and handlers: The AzureOpenAI, OpenAI, and custom connectors now use the globally configured...

PR: ready for review
.NET
kernel
samples