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

x/openai_deno/mod.ts>AssistantRaw

OpenAI API wrapper for deno.
Latest
interface AssistantRaw
implements HasMetadata
Re-export
import { type AssistantRaw } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

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