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

Properties

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