dd-trace
    Preparing search index...

    Interface RedactionReplacement

    A sensitive data replacement the AI Guard service determined for the evaluated conversation.

    interface RedactionReplacement {
        path: string;
        replacement: string;
    }
    Index
    path: string

    Location of the replaced value within the evaluated conversation (e.g. messages[0].content).

    replacement: string

    The value that replaces the sensitive data found at path.