Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>CreateRunRawRequest

OpenAI API wrapper for deno.
Latest
interface CreateRunRawRequest
implements HasMetadata
Re-export
import { type CreateRunRawRequest } from "https://deno.land/x/openai_deno@v0.9.8/mod.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