Azure OpenAI
Azure OpenAI Service is a managed service that allows developers to integrate OpenAI models into their applications easily:
Access pre-trained models such as natural language processing, computer vision, and more.
Fine-tune the included pre-trained models with your organizational IP for a specialized model.
For more information on the Azure OpenAI service, please see the official site and blog posts.
The Azure OpenAI Action Agent allows you to query your OpenAI model securely hosted in Azure, and include the result in the Data Stream.
Details for an example and its configuration can be found in the How to Use section.
Pre-requisites
Azure OpenAI instance credentials are required to use this Agent.
Current Version
Request the Azure OpenAI Action Agent v1.04
Azure OpenAI Release Notes
v1.04, 09 May 2024
Support a dynamic message type
Support max tokens to remove messages when the defined max is reached.
Removed the [ASSISTANT] prefix so that the output payload contains only the OpenAI response.
v1.02, 05 Mar 2024
Repackaged the Agent:
Changed the Category from Action Agent to AI & ML
Renamed the Message's Friendly Name to Description
Reworded the Description
v1.01, 22 Feb 2024
Added a friendly name to the Message List
v1.00, 20 Feb 2024
Initial Release
Last updated