OpenAI: Run Assistant Function action
- Updated: 2024/04/02
OpenAI: Run Assistant Function action
The OpenAI: Run Assistant function action unlocks a new level of capability for your OpenAI Assistant. It utilizes the OpenAI Assistants API, actively enabling assistants to call upon external functionalities during conversations. This feature acts as a bridge, actively connecting your assistant to a vast toolbox of additional powers.
Prerequisites
- You must have the Bot creator role to use the OpenAI Run Assistant function action in an automation.
- Ensure that you have the necessary credentials to send a request and have included OpenAI: Authenticate action before calling any OpenAI actions.
- You must have a OpenAI: Run Assistant action prior to calling OpenAI Run Assistant function.
This example delves into using OpenAI Run assistant functions that
extends your assistant's capabilities. You will explore how to call an existing
assistant within the Run environment, extract crucial information (Thread
ID
, Call ID
, and Run ID
), and
leverage these IDs to define a tailored function response. For instance, here a
Stock market assistant is loaded and the function results are defined
using the tools output list
(Function response).