Skip to content

Commit 5dbd0c6

Browse files
committed
PR feedback
1 parent 3318b5d commit 5dbd0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/concepts/ai-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AI in Apps
2+
title: Using AI in Apps
33
lang: en
44
slug: /concepts/ai-apps
55
---
@@ -107,7 +107,7 @@ Refer to the [module document](https://tools.slack.dev/bolt-python/api-docs/slac
107107

108108
## Handling a new thread {#handling-a-new-thread}
109109

110-
When the user opens a new thread with your AI feature-enabled app, the [`assistant_thread_started`](https://docs.slack.dev/reference/events/assistant_thread_started) event will be sent to your app.
110+
When the user opens a new thread with your AI-enabled app, the [`assistant_thread_started`](https://docs.slack.dev/reference/events/assistant_thread_started) event will be sent to your app.
111111

112112
:::tip
113113
When a user opens an app thread while in a channel, the channel info is stored as the thread's `AssistantThreadContext` data. You can grab that info by using the `get_thread_context` utility, as subsequent user message event payloads won't include the channel info.

0 commit comments

Comments
 (0)