Output Filter
Output Filter Similar to the input filter but applied post-generation, this deterministic module prevents leakage by redacting sensitive content. It scans outputs for matches against known secret patterns (e.g., via regex for credential formats) or applies token-level masking. For example, if a secret hash is committed onchain, the filter ensures no matching string appears in the response.
Last updated