Skip to content

OpenAI Assistant#

Use the OpenAI Assistant node to work with OpenAI's Assistants API.

On this page, you'll find a list of operations the OpenAI Assistant node supports, and links to more resources.

Credentials

You can find authentication information for this node here.

Node parameters#

Create New Assistant#

Define the Name, Instructions, and the Model you want to use.

Use Existing Assistant#

Select your Assistant.

Text#

The input from the chat. This is the user's query, also known as the prompt.

OpenAI Tools#

Choose the OpenAI Assistants Tools you're using with this assistant.

Options#

  • Base URL: change the OpenAI API URL.
  • Max Retries: how many times to retry a request.
  • Timeout: maximum amount of time a request is allowed to take in milliseconds.

Refer to LangChain's OpenAI assistant documentation for more information about the service.