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>AssistantListParams

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface AssistantListParams
implements CursorPageParams
import { type AssistantListParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/assistants.ts";

Properties

optional
before: string

A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.

optional
order: "asc" | "desc"

Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.