From 9da1f8cde20c53beb5031c16b6afa0b6d97d5297 Mon Sep 17 00:00:00 2001 From: Eric Simmerman <325330+ets@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:12:33 +0000 Subject: [PATCH] docs(agent-q): clarify row data is never sent to the LLM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the data-preview exception from the FAQ — Agent Q never sends actual row data to the model. Generated with [Linear](https://linear.app/qualytics/issue/QUA-1684/correct-statement-about-source-data-use#agent-session-d7dd2fce) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> --- docs/agent-q/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent-q/faq.md b/docs/agent-q/faq.md index db40eb2606..3825df3706 100644 --- a/docs/agent-q/faq.md +++ b/docs/agent-q/faq.md @@ -20,7 +20,7 @@ AgentQ connects to your configured LLM provider and uses a set of MCP tools to i ### Is my data sent to the LLM? -AgentQ sends metadata about your data assets — table names, field names, quality check configurations, anomaly details — to the LLM to process your requests. It does **not** send actual row data unless you explicitly request a data preview. The LLM provider you configure handles this data according to their own privacy and data processing policies. +AgentQ sends metadata about your data assets — table names, field names, quality check configurations, anomaly details — to the LLM to process your requests. It does **not** send actual row data to the model. The LLM provider you configure handles this data according to their own privacy and data processing policies. ### Will AgentQ act on requests outside of data quality?