Skip to main content
Module

x/openai/lib/AssistantStream.ts>RunCreateParamsBaseStream

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
type alias RunCreateParamsBaseStream
import { type RunCreateParamsBaseStream } from "https://deno.land/x/openai@v4.52.7/lib/AssistantStream.ts";
definition: Omit<RunCreateParamsBase, "stream"> & { stream?: true; }