Mark Wallace

Results 119 issues of Mark Wallace

Memory ADR is here: https://github.com/microsoft/semantic-kernel/issues/5887 - [x] Implement new abstractions - [x] Unit tests - [x] Integration tests - [ ] Add support for custom property names

.NET
memory connector
sk team issue
memory

### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution...

.NET
kernel
kernel.core
documentation
memory

We are expecting breaking changes for any code which depends on packages from the `Azure.AI.OpenAI` v1.x package. There may be other breaking changes such as: 1. Make some properties from...

.NET
ai connector

**Describe the bug** Should we refactor `public static async IAsyncEnumerable AddStreamingMessageAsync(this ChatHistory chatHistory, IAsyncEnumerable streamingMessageContents)` to return an OpenAI specific streaming chat message content. **Note:** If we keep it then...

.NET
python
sk team issue
stale

KernelJsonSchema currently validates that the input is valid JSON but not that it's valid JSON schema. See: https://github.com/microsoft/semantic-kernel/pull/5635/files#diff-2599658daf603fd738e27d4baef1d3f40e97d14e91d8a61e1d6a341a5d5c078e

.NET
sk team issue
stale

At the moment `OpenAIPromptExecutionSettings` work for OpenAI and Azure OpenAI services. After the upgrade to OpenAI and Azure.AI.OpenAI V2 SDK's this behaviour should still work While testing, pay attention to...

ai connector

### Motivation and Context Closes #7118 When request is cancelled due to configured Timeout on HttpClient, SK will throw `KernelFunctionCanceledException`. This change sets the Url, request payload etc. on the...

.NET
kernel
kernel.core

We created `Microsoft.SemanticKernel.Connectors.OpenAI` v2 project to streamline development, this task reverts back to having a single project. - [ ] - [ ] All integration test must pass - [...

.NET
ai connector