Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/openai/resources/beta/assistants.ts>RunStreamEvent

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace RunStreamEvent
import { RunStreamEvent } from "https://deno.land/x/openai@v4.38.3/resources/beta/assistants.ts";

Interfaces

Occurs when a run is cancelled.

Occurs when a run moves to a cancelling status.

Occurs when a run is completed.

Occurs when a new run is created.

Occurs when a run expires.

Occurs when a run fails.

Occurs when a run moves to an in_progress status.

Occurs when a run moves to a queued status.

Occurs when a run moves to a requires_action status.

type alias RunStreamEvent
import { type RunStreamEvent } from "https://deno.land/x/openai@v4.38.3/resources/beta/assistants.ts";

Occurs when a new run is created.

definition:
| RunStreamEvent.ThreadRunCreated
| RunStreamEvent.ThreadRunQueued
| RunStreamEvent.ThreadRunInProgress
| RunStreamEvent.ThreadRunRequiresAction
| RunStreamEvent.ThreadRunCompleted
| RunStreamEvent.ThreadRunFailed
| RunStreamEvent.ThreadRunCancelling
| RunStreamEvent.ThreadRunCancelled
| RunStreamEvent.ThreadRunExpired