Skip to content

Commit 530052f

Browse files
committed
docs: update README title
1 parent bfd4649 commit 530052f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# App Agent & Assistant Template (Bolt for Python)
1+
# AI App Template (Bolt for Python)
22

3-
This Bolt for Python template demonstrates how to build [Agents & Assistants](https://api.slack.com/docs/apps/ai) in Slack.
3+
This Bolt for Python template demonstrates how to build [AI Apps](https://api.slack.com/docs/apps/ai) in Slack.
44

55
## Setup
66
Before getting started, make sure you have a development workspace where you have permissions to install apps. If you don’t have one setup, go ahead and [create one](https://slack.com/create).
@@ -74,8 +74,8 @@ black .
7474

7575
Every incoming request is routed to a "listener". This directory groups each listener based on the Slack Platform feature used, so `/listeners/events` handles incoming events, `/listeners/shortcuts` would handle incoming [Shortcuts](https://docs.slack.dev/interactivity/implementing-shortcuts/) requests, and so on.
7676

77-
> [!NOTE]
78-
> The `listeners/events` folder is purely educational and demonstrates alternative approaches to implementation. These listeners are **not registered** and are not used in the actual application. For the working implementation, refer to `listeners/assistant/assistant.py`.
77+
:::info[The `listeners/events` folder is purely educational and demonstrates alternative approaches to implementation]
78+
These listeners are **not registered** and are not used in the actual application. For the working implementation, refer to `listeners/assistant.py`.
7979

8080
**`/listeners/assistant`**
8181

0 commit comments

Comments
 (0)