Mark Wallace
Mark Wallace
Here's an example of the type of error a developer can run into ``` Unable to generate bot response. Details: Error: 500: Internal Server ErrorMicrosoft.SemanticKernel.KernelException: StreamResponseToClientAsync failed. ---> Microsoft.SemanticKernel.HttpOperationException: This...
### Motivation and Context This is a POC for the new text search service abstraction. Sharing very early for team collaboration. ### Description ### Contribution Checklist - [ ] The...
```[tasklist] ### Tasks - [x] Explore current function-calling model implementation & usage. - [x] POC to understand the scope, feasibility, etc. - [x] Share POC details to have every one...
```[tasklist] ### Tasks - [x] Connector and unit test projects initial check-in - [x] Chat completion support - [x] Embedding support - [x] Streaming chat completion support - [x] Function...
Purpose of this task is to provide some guidance and samples for developers on how control which kernel functions get advertised to the LLM Some options 1. Use the tool...
During automatic function calling it can be hard to diagnose issues e.g. if the LLM is selecting the wrong function to call it can be difficult to identify this. The...
**Describe the bug** A clear and concise description of what the bug is. https://github.com/microsoft/semantic-kernel/pull/6097/files#r1594267057
**Describe the bug** https://github.com/microsoft/semantic-kernel/pull/6097#discussion_r1594265529
Provide a way to support new ChatHistory serialization formats i.e. convert a text prompt directly to ChatHistory. This needs to provide protection against prompt injection attacks.
- [ ] Change implementation to use the Azure OpenAI rather than a custom client - [ ] Fix the outstanding issues listed below Chat completion "with data" issues: -...