Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/assistants.ts>Assistants#update

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

Modifies an assistant.

Parameters

assistantId: string
optional
options: Core.RequestOptions

Returns

Core.APIPromise<Assistant>