Mark Wallace
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
### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution...
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...
**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...
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
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...
### 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...
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 - [...