Skip to main content
Module

x/openai/lib/AssistantStream.ts>ThreadCreateAndRunParamsBaseStream

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