Raw customer data → LLM
blocks mergeconst reply = await openai.chat.completions.create({
messages: [{ role: "user", content: customerTicket.body }]
})Detects when support tickets, messages or CRM records may be sent to OpenAI, Anthropic or other AI providers without redaction.