import { AbstractPage } from "https://deno.land/x/openai@v4.69.0/core.ts";
Constructors
Methods
getNextPage(): Promise<this>
abstract
getPaginatedItems(): Item[]hasNextPage(): boolean
abstract
nextPageInfo(): PageInfo | nullabstract
deprecated
nextPageParams(): Partial<Record<string, unknown>> | null