import { Run } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
const { RequiredAction } = Run;
Interfaces
Details on the tool outputs needed for this run to continue. |
import { type Run } from "https://deno.land/x/openai@v4.52.0/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
submit_tool_outputs: RequiredAction.SubmitToolOutputs
Details on the tool outputs needed for this run to continue.