Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface SubmitToolOutputsToRunRawRequest
Re-export
import { type SubmitToolOutputsToRunRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

tool_outputs: { tool_call_id: string; output: string; }[]