Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / PromptRedactionScanScope

Type Alias: PromptRedactionScanScope

ts
type PromptRedactionScanScope = "all" | "untrusted" | "secret-value-only";

Defined in: packages/provider/src/middleware/with-redaction.ts:52

Range of fields scanned by the middleware.

Stable