Skip to content

Commit ef659c1

Browse files
committed
PR feedback from python PR to match style
1 parent a015798 commit ef659c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guides/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
---
55

@@ -81,7 +81,7 @@ Be sure to give the [reference docs](/reference#agents--assistants) a look!
8181

8282
## Handling a new thread {#handling-a-new-thread}
8383

84-
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.
84+
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.
8585

8686
:::tip[Tip]
8787
When a user opens a thread with your app while in a channel, the channel info is stored as the thread's `AssistantThreadContext` data. You can grab that info by using the `context.getThreadContext()` utility, as subsequent user message event payloads won't include the channel info.

0 commit comments

Comments
 (0)