OpenAI Assistant

An OpenAI Assistant is defined with custom instructions, a model, and optional tools such as File Search.

The OpenAI Assistant Agent allows you to interact with a defined OpenAI assistant passes the supplied prompt text and returns its response as the output in your Data Stream.

Details of an example and the configuration can be found in the How to Use section.

Pre-requisites

The following is required to use the Agent:

  • Open API Key

  • OpenAI Assistant ID

  • Python is installed on the system where the Stream Host is installed - along with the OpenAI Python Library (refer to the Python Agent for further details on the install options)

Current Version

OpenAI Assistant Release Notes

Version
Date
Description

1.02

23 Dec 2024

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

1.01

10 May 2024

Initial Release.

Last updated

Was this helpful?