-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] feat:
AssistantsPlanner
support for Azure Assistants API (#1609)
## Linked issues closes: #1499 (issue number) ## Details Introduces Azure OpenAI support to the `AssistantPlanner` #### Change details * Replaced internal client with `AssistantsClient` from `Microsoft.AI.OpenAI.Assistants` library * Removed `OpenAIClient.Assistant.cs`, `OpenAIClient.Thread.cs` and all internal models used to facilitate call to Assistants API. Marked public models as `Obsolete`. ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes ### Additional information > Feel free to add other relevant information below
- Loading branch information
Showing
31 changed files
with
490 additions
and
1,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 0 additions & 68 deletions
68
.../packages/Microsoft.TeamsAI/Microsoft.TeamsAI.Tests/AITests/OpenAIClientAssistantTests.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.