Skip to content

Commit d538225

Browse files
merge conflicts
1 parent 6acb821 commit d538225

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/english/concepts/ai-apps.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ The Agents & AI Apps feature comprises a unique messaging experience for Slack.
2828

2929
That being said, using the `Assistant` class will streamline the process. And we already wrote this nice guide for you!
3030

31-
<<<<<<< HEAD:docs/english/concepts/ai-apps.md
32-
=======
3331
:::info
34-
You _could_ go it alone and [listen](event-listening) for the `assistant_thread_started`, `assistant_thread_context_changed`, and `message.im` events (see implementation details below) in order to implement the AI features in your app. That being said, using the `Assistant` class will streamline the process. And we already wrote this nice guide for you!
35-
>>>>>>> origin:docs/content/concepts/ai-apps.md
32+
You _could_ go it alone and [listen](/bolt-python/event-listening) for the `assistant_thread_started`, `assistant_thread_context_changed`, and `message.im` events (see implementation details below) in order to implement the AI features in your app. That being said, using the `Assistant` class will streamline the process. And we already wrote this nice guide for you!
3633
:::
3734

3835
## The `Assistant` class instance {#assistant-class}
@@ -113,16 +110,10 @@ If you do provide your own `threadContextStore` property, it must feature `get`
113110

114111
## Handling a new thread {#handling-a-new-thread}
115112

116-
<<<<<<< HEAD:docs/english/concepts/ai-apps.md
117-
When the user opens a new thread with your AI app, the [`assistant_thread_started`](/reference/events/assistant_thread_started) event will be sent to your app.
118-
119-
:::tip[When a user opens an AI 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.]
120-
=======
121-
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.
113+
When the user opens a new thread with your AI-enabled app, the [`assistant_thread_started`](/reference/events/assistant_thread_started) event will be sent to your app.
122114

123115
:::tip
124116
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.
125-
>>>>>>> origin:docs/content/concepts/ai-apps.md
126117
:::
127118

128119
### Block Kit interactions in the app thread {#block-kit-interactions}

0 commit comments

Comments
 (0)