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