Evan Mattson

Results 31 issues of Evan Mattson

### Motivation and Context SK Python is tightly coupled to the use of a `.env` file to read all secrets, keys, endpoints, and more. This doesn't scale well for users...

python
documentation
memory

### Motivation and Context After kernel plugin revamp and restructing samples, the OpenAI/API plugin samples were not working. ### Description This PR fixes: - The OpenAI/API plugin concept examples. -...

python

**Describe the bug** In comparing the dotnet and python request body, we have different default temp values. Python defaults to 0.0 whereas dotnet defaults to 1, which is OpenAI's default...

python
triage

Learn docs should talk about/show FunctionChoiceBehavior instead of FunctionCallBehavior.

python

The following [image](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python#quickly-get-started-with-notebooks) of the Python getting started notebooks is stale -- it shows that the notebooks are under the path: `python/notebooks` when they are under `python/getting_started`.

bug
python

The "[Understand the code](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python#understanding-the-code)" screenshot is stale -- it has an image showing "Build the kernel" crossed out with "CLOSED" next to it.

bug
python

The "[Getting Started with Notebooks](https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python#quickly-get-started-with-notebooks)" section, with Python code selected shows steps for both Python and dotnet. If you select the dotnet programming language, the steps do not show up....

bug
.NET
python

**Describe the bug** Right now, if a community member creates a PR, the Python test coverage GH action fails because the other required GH actions steps aren't run yet. The...

python
sk team issue
stale

### Motivation and Context The Sessions Python Plugin was working properly, but some users reported that the endpoints needed updating. We had made previous updates to the plugin, but they...

python

Following the dotnet sample: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/Step8_OpenAIAssistant.cs

python
sk team issue
experimental
agents