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

x/openai/resources/beta/mod.ts>ThreadCreateAndRunParamsNonStreaming

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

Properties

optional
stream: false | null

If true, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a data: [DONE] message.