Interface: PromptSetListOptions
Defined in: src/red-team/custom-attacks-client.ts:41
Prompt set list filter options.
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
search?
optional search?: string;
Defined in: src/listing.ts:12
Free-text search filter.
Inherited from
RedTeamListOptions.search
status?
optional status?: string;
Defined in: src/red-team/custom-attacks-client.ts:42
active?
optional active?: boolean;
Defined in: src/red-team/custom-attacks-client.ts:43
archive?
optional archive?: boolean;
Defined in: src/red-team/custom-attacks-client.ts:44