Mark Wallace

Results 119 issues of 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...

enhancement
documentation

### Motivation and Context This is a POC for the new text search service abstraction. Sharing very early for team collaboration. ### Description ### Contribution Checklist - [ ] The...

.NET
kernel
kernel.core
documentation
memory

```[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...

.NET
sk team issue

```[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...

.NET
sk team issue

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...

enhancement
documentation

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...

enhancement
documentation
stale

**Describe the bug** A clear and concise description of what the bug is. https://github.com/microsoft/semantic-kernel/pull/6097/files#r1594267057

sk team issue
stale

**Describe the bug** https://github.com/microsoft/semantic-kernel/pull/6097#discussion_r1594265529

.NET
sk team issue
stale

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.

.NET
enhancement
stale

- [ ] Change implementation to use the Azure OpenAI rather than a custom client - [ ] Fix the outstanding issues listed below Chat completion "with data" issues: -...

.NET
enhancement