Skip to main content
Module

x/openai/pagination.ts>CursorPageParams

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

Properties

optional
after: string

Identifier for the last job from the previous pagination request.

optional
limit: number

Number of fine-tuning jobs to retrieve.