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/mod.ts>RunStepDeltaEvent

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface RunStepDeltaEvent
import { type RunStepDeltaEvent } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/runs/mod.ts";

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

Properties

id: string

The identifier of the run step, which can be referenced in API endpoints.

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

object: "thread.run.step.delta"

The object type, which is always thread.run.step.delta.