Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Assistants.AssistantListParams

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AssistantListParams

Beta.Assistants.AssistantListParams

Hierarchy

Table of contents

Properties

Properties

after

Optional after: string

Identifier for the last job from the previous pagination request.

Inherited from

CursorPageParams.after

Defined in

node_modules/openai/pagination.d.ts:28


before

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.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:248


limit

Optional limit: number

Number of fine-tuning jobs to retrieve.

Inherited from

CursorPageParams.limit

Defined in

node_modules/openai/pagination.d.ts:32


order

Optional order: "asc" | "desc"

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

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:253

Typescript Libraries

Modules

Namespaces

Clone this wiki locally