diff --git a/src/content/docs/docs/kloudmate-assistant/chat-modes.mdx b/src/content/docs/docs/kloudmate-assistant/chat-modes.mdx index c1bfe973..bcbd102f 100644 --- a/src/content/docs/docs/kloudmate-assistant/chat-modes.mdx +++ b/src/content/docs/docs/kloudmate-assistant/chat-modes.mdx @@ -24,7 +24,7 @@ This mode is best suited for: - Asking questions about recent errors or issues - Getting quick explanations without launching a background investigation -In this example, the Assistant searches the relevant logs and returns a direct explanation of the exporter failure, including the root cause pattern, affected component, signal type, service context, and a short investigation summary. +In this example, the Assistant analyzes a service for errors and root cause. It checks current health, logs, traces, and issues, then surfaces relevant observations along with a root cause recommendation. ![image](./images/chat-modes-13.png) @@ -32,11 +32,11 @@ In this example, the Assistant searches the relevant logs and returns a direct e KloudMate Builder is designed for drafting dashboards and alarms before you apply them. Use this mode when you want help creating or modifying alerting and dashboard configurations from natural-language instructions. -In this example, KloudMate Builder interprets the request as an alert creation task for frontend CPU usage and prepares a draft configuration based on that intent. +In this example, KloudMate Builder interprets the request as a dashboard creation task and drafts a dashboard with relevant panels based on that intent. ![image](./images/chat-modes-15.png) -This helps users move from a natural-language request to a structured alarm draft without manually configuring every field from scratch. The Builder selects an appropriate metric, applies the relevant service filter, and translates the requested threshold into a reviewable alert definition that can be refined and saved. +This helps users move from a natural-language request to a structured dashboard draft without manually configuring every panel from scratch. The Builder selects appropriate metrics, applies relevant variables and filters, and lays out the panels into a reviewable dashboard that can be refined and saved. ## KloudMate Docs diff --git a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-11.png b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-11.png index 50a4bc1c..ac578f20 100644 Binary files a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-11.png and b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-11.png differ diff --git a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-13.png b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-13.png index affcbaa4..0af17d23 100644 Binary files a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-13.png and b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-13.png differ diff --git a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-14.png b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-14.png index dd446b6f..36d42979 100644 Binary files a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-14.png and b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-14.png differ diff --git a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-15.png b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-15.png index 55a85e64..922fe454 100644 Binary files a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-15.png and b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-15.png differ diff --git a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-5.png b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-5.png index 44bfe87e..de24f584 100644 Binary files a/src/content/docs/docs/kloudmate-assistant/images/chat-modes-5.png and b/src/content/docs/docs/kloudmate-assistant/images/chat-modes-5.png differ