Skip to content

Commit 7f4d07c

Browse files
committed
change info to warning on admonition to match js repo
1 parent 3b52f1d commit 7f4d07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/english/concepts/using-the-assistant-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you don't have a paid workspace for development, you can join the [Developer
66

77
The `Assistant` class can be used to handle the incoming events expected from a user interacting with an app in Slack that has the **Agents** feature enabled.
88

9-
:::info[The `Assistant` class targets the assistant messaging experience]
9+
:::warning[The `Assistant` class targets the assistant messaging experience]
1010
The `Assistant` class handles the [assistant messaging experience](/ai/developing-agents) (`assistant_view`), in which agent conversations happen in separate Chat and History tabs. Apps going forward use the agent messaging experience (`agent_view`) by default, where conversations happen in the Messages tab and you handle events such as [`app_home_opened`](/reference/events/app_home_opened) and [`message.im`](/reference/events/message.im) directly. Refer to [Adding agent features](/tools/bolt-python/concepts/adding-agent-features) and the [agent messaging experience changelog entry](/changelog/2026/06/30/agent-messages-tab) for the default experience and migration guidance.
1111
:::
1212

0 commit comments

Comments
 (0)