Skip to main content
Module

x/openai/resources/beta/assistants/mod.ts>Assistants#create

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Assistants.prototype.create
import { Assistants } from "https://deno.land/x/openai@v4.21.0/resources/beta/assistants/mod.ts";

Create an assistant with a model and instructions.

Parameters

optional
options: Core.RequestOptions

Returns

Core.APIPromise<Assistant>