From 9e4190ac6bf4bcb9667780bf9059786adc8f6f01 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:25:09 +0000 Subject: [PATCH] docs: document read-only AI agent threads and unavailable model state --- guides/ai-agents/using-ai-agents.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guides/ai-agents/using-ai-agents.mdx b/guides/ai-agents/using-ai-agents.mdx index 525ad7a5..d3d3b24f 100644 --- a/guides/ai-agents/using-ai-agents.mdx +++ b/guides/ai-agents/using-ai-agents.mdx @@ -49,6 +49,16 @@ When you pin a saved chart, the agent can read its actual data (subject to your If your agent has data access disabled, pinning still works — the agent sees the chart's structure (name, dimensions, metrics) but no row values are sent to the underlying LLM. +## Read-only threads + +In some cases, the chat input on an existing thread is disabled and you can't send follow-up messages. The input shows a short message explaining why. You'll see this when: + +- **The thread was started in Slack.** Reply in the original Slack thread to continue the conversation. +- **The thread belongs to another user.** You can read the conversation, but only the original author can post follow-ups. +- **The model used in the thread is no longer available.** Threads are pinned to the model that produced the first assistant response, so the conversation history stays consistent. If an admin removes that model from the agent — or the provider no longer offers it — start a new thread to continue with one of the agent's current models. + +To start a new thread, open the agent and click **New thread**. + ## Example use cases ### Advanced visualizations with window functions