Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / redaction/imperative-patterns / ImperativePatternName

Type Alias: ImperativePatternName

ts
type ImperativePatternName = 
  | "ignore-previous-instructions"
  | "forget-instructions"
  | "override-instructions"
  | "system-prompt-leak"
  | "role-reassignment"
  | "developer-mode"
  | "jailbreak-marker"
  | "tool-call-injection"
  | "role-tag-injection";

Defined in: packages/observability/src/redaction/imperative-patterns.ts:30

Stable name of an imperative pattern. The catalogue is curated; user-supplied patterns can use any identifier they want and will be passed through the sanitization layer alongside the built-ins.

Stable