Skip to content

Interface: PromptFilter

Defined in: packages/core/src/prompt/PromptRegistry.ts:61

Filter options for selective prompt exposure

Properties

anyTag?

ts
optional anyTag: string[];

Defined in: packages/core/src/prompt/PromptRegistry.ts:65

Only include prompts that have at least ONE of these tags (OR logic)


exclude?

ts
optional exclude: string[];

Defined in: packages/core/src/prompt/PromptRegistry.ts:67

Exclude prompts that have ANY of these tags


tags?

ts
optional tags: string[];

Defined in: packages/core/src/prompt/PromptRegistry.ts:63

Only include prompts that have ALL these tags (AND logic)