Zum Inhalt springen
DeutschlandGPT

OpenAI

Use OpenAI Assistants and manage vector stores from workflows

Run OpenAI Assistants and manage vector stores from your workflows.

Authentication: API Key. Provide your OpenAI API key when connecting.

This integration connects to the OpenAI API directly. For running AI tasks within a workflow, use the built-in AI Agent node instead, which supports OpenAI models alongside other providers.

Actions

Assistant

Runs an OpenAI Assistant and returns its response.

InputRequiredDescription
Assistant IDYesThe ID of the OpenAI Assistant to use
MessageYesThe user message to send
Thread IDNoExisting thread ID to continue a conversation (creates a new thread if not provided)
OutputTypeDescription
responsestringThe assistant's reply
threadIdstringThread ID (use for follow-up messages)
runIdstringRun ID

Create Vector Store

Creates a new OpenAI vector store for use with Assistants.

InputRequiredDescription
NameYesName for the vector store
OutputTypeDescription
vectorStoreIdstringID of the created vector store

Upload File to Vector Store

Uploads a file and adds it to a vector store.

InputRequiredDescription
Vector Store IDYesTarget vector store
FileYesFile to upload
OutputTypeDescription
fileIdstringID of the uploaded file

Delete Vector Store

Deletes a vector store.

InputRequiredDescription
Vector Store IDYesVector store to delete

Retrieve Files

Returns files attached to a vector store.

InputRequiredDescription
Vector Store IDYesVector store to query
OutputTypeDescription
filesarrayFile objects with id, filename, status
Was this page helpful?