Skip to main content
Module

x/openai/resources/beta/threads/runs/mod.ts

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
import * as openai from "https://deno.land/x/openai@v4.19.0/resources/beta/threads/runs/mod.ts";

Interfaces

Details of the Code Interpreter tool call the run step was involved in.

The Code Interpreter tool call definition.

Text output from the Code Interpreter tool call as part of a run step.

The definition of the function that was called.

Details of the message creation by the run step.

Tool call objects

The function definition.

Represents an execution run on a thread.

The last error associated with this run. Will be null if there are no errors.

Details on the action required to continue the run. Will be null if no action is required.

Details on the tool outputs needed for this run to continue.

Represents a step in execution of a run.

The last error associated with this run step. Will be null if there are no errors.

Details of the tool call.