Mark Wallace
Mark Wallace
Memory ADR is here: https://github.com/microsoft/semantic-kernel/issues/5887 - [ ] Implement new abstractions - [ ] Unit tests - [ ] Integration tests - [ ] Document any limitations in the implementation...
### Motivation and Context Update sample to match issue #7268 ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ]...
Complete the following: - [x] Review this PR https://github.com/microsoft/semantic-kernel/pull/1284 - [ ] Experiment to make non-alpha SK packages compatible with native AOT - Abstractions - [ ] Make Core package...
We are currently duplicating storing function calling metadata to support backward compatibility. We will drop the old format as part of the breaking changes required for the OpenAI client library...
### Motivation and Context Closes #7343 Closes #5598 ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR...
Work with PM of a Blog describing the change, what the expected outcome, benefits and impact for developers will be. Below are some suggested sections for the Blog post **Background**...
Create a migration guide (in Learn Site) explaining how to modify code to use the new packages released after the upgrade to use the OpenAI client library. Breaking Changes -...
OpenApi spec defines the operationId as the optional parameter. https://swagger.io/specification/ We have had several reports where Plugin did not work, and it was because SK was throwing Null Ref exception.
- [ ] Create a basic RAG sample - [ ] Update existing RAG samples to use the new abstractions