RedactOutputContent
Defined in: src/models/streaming.ts:307
Information about output content redaction. May include the original content if captured during streaming.
Properties
Section titled “Properties”redactedContent?
Section titled “redactedContent?”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
Section titled “replaceContent”replaceContent: string;Defined in: src/models/streaming.ts:317
The content to replace the redacted output with.