Skip to main content
Module

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

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

Retrieves an assistant.

Parameters

assistantId: string
optional
options: Core.RequestOptions

Returns

Core.APIPromise<Assistant>