You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/english/concepts/adding-agent-features.md
+2-68Lines changed: 2 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,13 @@ View our [agent quickstart](/ai/agent-quickstart) to get up and running with Cas
12
12
13
13
Your agent can utilize features applicable to messages throughout Slack, like [chat streaming](#text-streaming) and [feedback buttons](#adding-and-handling-feedback). They can also [utilize the `Assistant` class](/tools/bolt-python/concepts/assistant-class) for a side-panel view designed with AI in mind.
14
14
15
-
If you're unfamiliar with using these feature within Slack, you may want to read the [API docs on the subject](/ai/).
16
-
17
-
## Prerequisites
18
-
19
-
You'll need a Slack app to mold into an agent. Follow the [quickstart](/tools/bolt-python/getting-started), and then come back here!
15
+
If you're unfamiliar with using these feature within Slack, you may want to read the [API docs on the subject](/ai/). Then come back here to implement them with Bolt!
20
16
21
17
---
22
18
23
19
## Listening for user invocation
24
20
25
-
Agents can be invoked throughout Slack, such as @mentions in channels, messages to the app, and using the assistant side panel.
21
+
Agents can be invoked throughout Slack, such as via @mentions in channels, messaging the agent, and using the assistant side panel.
26
22
27
23
<Tabs>
28
24
<TabItemvalue="appmention"label = "App mention">
@@ -381,68 +377,6 @@ def handle_feedback_button(
381
377
382
378
---
383
379
384
-
## Defining agent tools
385
-
386
-
Your agent can perform actions by defining tools. A _tool_ in an agent context is a function that calls an external system.
0 commit comments