OpenAI Assistants

This activity enables the workflow to use the OpenAI Assistants API to build an artificial intelligence (AI) assistant into your workflow. It allows instructions to be sent to the AI, as well as requests which the AI assistant responds to. For more details, refer to the OpenAI Assistants API documentation. To use this activity, a connection must be configured to OpenAI.

Table 1. OpenAI Assistants action - Inputs
Parameters Description

Connection

Drop-down list of OpenAI connections.

Assistant

Unique identifier for the OpenAI assistant.

Message

Information to be sent to the OpenAI assistant.

Instructions

Training and background information to be sent to the OpenAI assistant.

Table 2. OpenAI Assistants action - Throughputs
Parameters Description

ThreadId

Identifier of the thread assigned to handle the request. This can be passed into subsequent requests to use the same instance of OpenAI.

Table 3. OpenAI Assistants action - Outputs
Parameters Description

Response

Response string from OpenAI.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).

Output

JSON response from OpenAI.