Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Interfaces

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

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.

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

The Code Interpreter tool call definition.

The definition of the function that was called.

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.

Usage statistics related to the run step. This value will be null while the run step's status is in_progress.

The delta containing the fields that have changed on the run step.

Represents a run step delta i.e. any changed fields on a run step during streaming.

Details of the message creation by the run step.

Details of the tool call.

Details of the tool call.