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

x/openai/resources/beta/threads/mod.ts>Run.RequiredAction

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace Run.RequiredAction
import { Run } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/mod.ts";
const { RequiredAction } = Run;

Interfaces

Details on the tool outputs needed for this run to continue.

interface Run.RequiredAction
import { type Run } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/mod.ts";
const { RequiredAction } = Run;

Details on the action required to continue the run. Will be null if no action is required.

Properties

Details on the tool outputs needed for this run to continue.

type: "submit_tool_outputs"

For now, this is always submit_tool_outputs.