Skip to main content

Interface: PromptSetListAllOptions

Defined in: src/red-team/custom-attacks-client.ts:63

Options controlling collection of an async listing.

Extends​

Properties​

limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

ListingOptions.limit


optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

ListingOptions.search


max?​

optional max?: number;

Defined in: src/listing.ts:26

Maximum records to collect. Defaults to 10,000. Use 0 for no limit.

Inherited from​

CollectAllOptions.max


language?​

optional language?: string;

Defined in: src/red-team/custom-attacks-client.ts:52

Inherited from​

PromptSetListOptions.language


status?​

optional status?: string;

Defined in: src/red-team/custom-attacks-client.ts:53

Inherited from​

PromptSetListOptions.status


active?​

optional active?: boolean;

Defined in: src/red-team/custom-attacks-client.ts:54

Inherited from​

PromptSetListOptions.active


archive?​

optional archive?: boolean;

Defined in: src/red-team/custom-attacks-client.ts:55

Inherited from​

PromptSetListOptions.archive