Interface: PromptSetsReportOptions
Defined in: src/red-team/custom-attack-reports-client.ts:37
Filters and pagination for the prompt-set report endpoint.
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
property_filters?
optional property_filters?: string;
Defined in: src/red-team/custom-attack-reports-client.ts:38
is_threat?
optional is_threat?: boolean;
Defined in: src/red-team/custom-attack-reports-client.ts:39