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

x/openai/resources/beta/threads/runs/runs.ts>RunSubmitToolOutputsParamsBase

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

Properties

A list of tools for which the outputs are being submitted.

optional
stream: boolean | 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.