Skip to content

RedactOutputContent

Defined in: src/models/streaming.ts:307

Information about output content redaction. May include the original content if captured during streaming.

optional redactedContent: string;

Defined in: src/models/streaming.ts:312

The original content that was blocked by guardrails. May not be available for all providers.


replaceContent: string;

Defined in: src/models/streaming.ts:317

The content to replace the redacted output with.