Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateRunRawRequest
implements HasMetadata
import { type CreateRunRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/src/types/runs.ts";

Properties

assistant_id: string
optional
model: string | null
optional
instructions: string | null
optional
tools: ({ type: "code_interpreter"; } | { type: "retrieval"; } | { type: "function"; function: FunctionRaw; })[] | null