Skip to main content
Module

x/openai/resources/beta/threads/runs/mod.ts>RunSubmitToolOutputsStreamParams.ToolOutput

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

Properties

optional
output: string

The output of the tool call to be submitted to continue the run.

optional
tool_call_id: string

The ID of the tool call in the required_action object within the run object the output is being submitted for.