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 sitearrow-up-right and blog postsarrow-up-right.

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.

Azure OpenAI v1.05 and earlier require an XMPro Stream Host (SH) below v4.5.0. Use v1.06 for compatibility with all SH versions.

Current Version

  • Requestenvelope the Azure OpenAI Action Agent v1.06 (Last Update: 10 Nov 2025)

Azure OpenAI Release Notes

Version
Date
Description

1.06

10 Nov 2025

Repackaged for compatibility with Stream Host v4.5.0+.

1.05

23 Dec 2024

Repackaged to translate the Agent's properties and change the category to Generative AI.

1.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.

1.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

1.01

22 Feb 2024

Added a friendly name to the Message List.

1.00

20 Feb 2024

Initial Release.

Last updated

Was this helpful?