Skip to main content

Interface: PromptsBySetListOptions

Defined in: src/red-team/custom-attack-reports-client.ts:24

Filter options for listing prompts by set in a report.

Extends​

Properties​

skip?​

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.

Inherited from​

RedTeamListOptions.skip

limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

RedTeamListOptions.limit

optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

RedTeamListOptions.search

is_threat?​

optional is_threat?: boolean;

Defined in: src/red-team/custom-attack-reports-client.ts:25