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

x/openai/lib/AbstractAssistantStreamRunner.ts>AbstractAssistantRunnerEvents

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface AbstractAssistantRunnerEvents
import { type AbstractAssistantRunnerEvents } from "https://deno.land/x/openai@v4.52.1/lib/AbstractAssistantStreamRunner.ts";

Properties

connect: () => void
run: (run: Run) => void
error: (error: OpenAIError) => void
abort: (error: APIUserAbortError) => void
end: () => void