From f8f6747f1a1551f6f2ad41229c448ebbcbc7d241 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Sat, 24 Jan 2026 11:39:21 -0800 Subject: [PATCH] fix(blog): /actions description --- apps/sim/content/blog/v0-5/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/content/blog/v0-5/index.mdx b/apps/sim/content/blog/v0-5/index.mdx index ae66ab688..9d3bd131f 100644 --- a/apps/sim/content/blog/v0-5/index.mdx +++ b/apps/sim/content/blog/v0-5/index.mdx @@ -31,7 +31,7 @@ Copilot supports slash commands that trigger specialized capabilities: - `/fast` — uses a faster model for quick responses when you need speed over depth - `/research` — performs multi-step web research on a topic, synthesizing results from multiple sources -- `/actions` — enables agentic mode where Copilot can take actions on your behalf, like modifying blocks or creating workflows +- `/actions` — lets Copilot directly use your connected integrations as tools, like reading your Gmail, sending Slack messages, or querying your database—all outside the context of a workflow - `/search` — searches the web for relevant information - `/read` — reads and extracts content from a URL - `/scrape` — scrapes structured data from web pages