Node Connectivity

There are 127 nodes that can be used as successor for a node with an output port of type OpenAI Nodes: Configuration.

Create Message 

Create a message.

Get Message 

Retrieve a message.

Modify Message 

Modifies a message.

Delete Message 

Deletes a message.

Create Thread and Run 

Create a thread and run it in one request.

List Runs 

Returns a list of runs belonging to a thread.

Create Run 

Create a run.

Get Run 

Retrieves a run.

Modify Run 

Modifies a run.

Submit Tool Ouputs to Run 

When a run has the `status: "requires_action"` and `required_action.type` is `submit_tool_outputs`, this endpoint can be used to submit the outputs from the […]