Support Azure Agents API #358
vzappdevtest
started this conversation in
Ideas
Replies: 1 comment
-
@sashirestela Look forward to your POV on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Sashir and Community:
Azure has Agents API ( Azure AI Foundry Agent Service REST API) is currently GA after a few previews. The link is here - https://learn.microsoft.com/en-us/rest/api/aifoundry/aiagents/?view=rest-aifoundry-aiagents-v1
This API is completely based on OpenAI Assistants API. As per the REST API page- _"The API follows the same protocol as the Azure OpenAI Assistants API. This allows you to use existing OpenAI-compatible tools and SDKs with minimal configuration changes"
In parallel, the recent announcement of OpenAI Assistants sunset, we have an opportunity to allow developers who have come to love and appreciate Assistants Framework and are realizing that the Responses/Prompts framework is not exactly a full replacement. Developers would love to continue using their Assistant implementations if possible and Azure Agents now offers this possibility.
Ask:
Simple-OpenAI should formally support Azure Agents. SimpleOpenAI already supports Azure Assistants V2.
A quick analysis of the two API's Azure OpenAI Assistant v2 and Azure Agents shows they are identical. So, there seems to little downside and a lot of upside for developers to have this support.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions