Mark Wallace
Mark Wallace
Support the following scenarios: 1. Kernel.InvokeAsync(ChatHistory) and Kernel.InvokeAsync(List) 2. Kernel.InvokeAsync(KernelContent) 3. Also streaming variants
Only needed for OpenAI ADR [Streaming Contents for Token Usage Information](https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0054-python-streaming-content-for-token-usage.md) Link to the Python implementation: https://github.com/microsoft/semantic-kernel/pull/8902
- Missing for Ollama, Hugging Face, ONNX - Ideally code can be shared ADR from Python https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0052-python-ai-connector-new-abstract-methods.md
Text Search ADR is here: https://github.com/microsoft/semantic-kernel/issues/5799 - [x] Basic implementation of ITextSearch for an IVectorStore implementation - [x] Support filtering - [x] Support converting to plugin - [x] Implementation of...
- [ ] CreateFromType that takes a Type parameter rather than the generic - [ ] CreateFromType that takes a Type parameter or a generic and a delegate to create...
Review C# package a determine if meta-namespaces can be created to make developer experience similar (anything else) All non GA packages should have a disposition i.e., graduate, obsolete/replace, redesign -...
Potential crawl/walk/run plan: 1. Blog posts and code snippets - Tao has implemented for Python: https://github.com/microsoft/semantic-kernel/pull/10184 2. Bug fixes and issues use code and GitHub workspaces 3. _Agent Framework for...