Skip to main content
Module

x/openai/resources/beta/threads/runs/steps.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/steps.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.

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.