ContentCapturePolicy

data class ContentCapturePolicy(val captureInputs: Boolean = DEFAULT_CAPTURE_INPUTS, val captureOutputs: Boolean = DEFAULT_CAPTURE_OUTPUTS)(source)

Controls whether to capture sensitive LLM content in spans. By default, all sensitive content capture is disabled per OTEL guidance.

Constructors

Link copied to clipboard
constructor(captureInputs: Boolean = DEFAULT_CAPTURE_INPUTS, captureOutputs: Boolean = DEFAULT_CAPTURE_OUTPUTS)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard