Skip to main content
Module

x/openai/pagination.ts>CursorPageParams

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
interface CursorPageParams
import { type CursorPageParams } from "https://deno.land/x/openai@v4.16.1/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.