Skip to content

ADR Agents - Assistant V2 Support - #7215

Merged
Chris (crickman) merged 57 commits into
mainfrom
adr_assistant_v2
Jul 23, 2024
Merged

ADR Agents - Assistant V2 Support#7215
Chris (crickman) merged 57 commits into
mainfrom
adr_assistant_v2

Conversation

@crickman

@crickman Chris (crickman) commented Jul 11, 2024

Copy link
Copy Markdown
Contributor

Motivation and Context

Open AI has release the Assistants V2 API. This builds on top of the V1 assistant concept, but also invalidates certain V1 features. In addition, the dotnet API that supports Assistant V2 features is entirely divergent on the Azure.AI.OpenAI.Assistants SDK that is currently in use.

Description

ADR describes changes to Microsoft.SemanticKernel.Agents.OpenAI project / package.

Changes prototyped in this PR: #7126

PR completion is gated by the V2 connector migration work due to versioning constraints.

ADR Reviewed on July 18th, 2024

Contribution Checklist

@crickman Chris (crickman) added PR: ready for review All feedback addressed, ready for reviews experimental Associated with an experimental feature agents documentation api_proposal Issues tagged with this label propose a change to the public API surface labels Jul 11, 2024
@crickman Chris (crickman) self-assigned this Jul 11, 2024
@crickman Chris (crickman) linked an issue Jul 11, 2024 that may be closed by this pull request
Comment thread docs/decisions/0049-agents-assistantsV2.md
@crickman
Chris (crickman) added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit 7a06d80 Jul 23, 2024
@crickman
Chris (crickman) deleted the adr_assistant_v2 branch July 23, 2024 14:51
@crickman Chris (crickman) removed the PR: ready for review All feedback addressed, ready for reviews label Jul 24, 2024
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Open AI has release the _Assistants V2_ API. This builds on top of the
V1 _assistant_ concept, but also invalidates certain V1 features. In
addition, the _dotnet_ API that supports _Assistant V2_ features is
entirely divergent on the `Azure.AI.OpenAI.Assistants` SDK that is
currently in use.

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

ADR describes changes to `Microsoft.SemanticKernel.Agents.OpenAI`
project / package.

Changes prototyped in this PR:
microsoft#7126

PR completion is gated by the V2 connector migration work due to
versioning constraints.

> ADR Reviewed on July 18th, 2024

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents api_proposal Issues tagged with this label propose a change to the public API surface documentation experimental Associated with an experimental feature

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

ADR Agents: Assistant V2 Update

3 participants