Ben Thomas
Ben Thomas
We need to add support for XML tags used inside of Message tags in prompts. See [ADR](https://github.com/microsoft/semantic-kernel/pull/5866/files#diff-7baf34730c3b1a98278bac7036172bd99f82a8f8484e696c42e0a15042200ecb). ```[tasklist] ### Tasks - [ ] Add parameters - [ ] Check CMC...
A request to OpenAI with no ExceutionSettings defined in user code results in the following request body: ``` { "messages": [{ "content": "Can you help me tell the time in...
Add support for Ollama using the Python Ollama SDK. This is separate from Ollama support using the OpenAI Connector.
Text Search ADR is here: https://github.com/microsoft/semantic-kernel/issues/5799 Implement new abstractions Unit tests Integration tests Document any limitations in the implementation Implement a basic RAG samples Work with Sofia on a new...
Port the agent framework from the dotnet SDK.