Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / / CommentarySanitizationDecision
Interface: CommentarySanitizationDecision
Defined in: packages/sessions/src/commentary/types.ts:56
Single sanitization decision recorded by the sanitizer for an outbound MessageContent part.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
applied | readonly | boolean | packages/sessions/src/commentary/types.ts:59 |
boundary | readonly | CommentaryBoundary | packages/sessions/src/commentary/types.ts:57 |
policy | readonly | CommentaryPolicy | packages/sessions/src/commentary/types.ts:58 |
reasons | readonly | readonly CommentaryReason[] | packages/sessions/src/commentary/types.ts:60 |
sha256OfAfter | readonly | string | packages/sessions/src/commentary/types.ts:62 |
sha256OfBefore | readonly | string | packages/sessions/src/commentary/types.ts:61 |