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/tutorial/ai-chatbot/ai-chatbot.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ In this tutorial, you'll learn how to bring the power of AI into your Slack work
12
12
13
13
Before getting started, you will need the following:
14
14
15
-
* a development workspace where you have permissions to install apps. If you don’t have a workspace, go ahead and set that up now — you can [go here](https://slack.com/get-started#create) to create one, or you can join the [Developer Program](https://api.slack.com/developer-program) and provision a sandbox with access to all Slack features for free.
16
-
* a development environment with [Python 3.7](https://www.python.org/downloads/) or later.
17
-
* an Anthropic or OpenAI account with sufficient credits, and in which you have generated a secret key.
15
+
- a development workspace where you have permissions to install apps. If you don’t have a workspace, go ahead and set that up now — you can [go here](https://slack.com/get-started#create) to create one, or you can join the [Developer Program](https://api.slack.com/developer-program) and provision a sandbox with access to all Slack features for free.
16
+
- a development environment with [Python 3.7](https://www.python.org/downloads/) or later.
17
+
- an Anthropic or OpenAI account with sufficient credits, and in which you have generated a secret key.
18
18
19
19
**Skip to the code**
20
20
If you'd rather skip the tutorial and just head straight to the code, you can use our [Bolt for Python AI Chatbot sample](https://github.com/slack-samples/bolt-python-ai-chatbot) as a template.
@@ -234,6 +234,6 @@ You can also navigate to **Bolty** in your **Apps** list and select the **Messag
234
234
235
235
Congratulations! You've successfully integrated the power of AI into your workspace. Check out these links to take the next steps in your Bolt for Python journey.
236
236
237
-
* To learn more about Bolt for Python, refer to the [Getting started](/tools/bolt-python/getting-started) documentation.
238
-
* For more details about creating workflow steps using the Bolt SDK, refer to the [workflow steps for Bolt](/workflows/workflow-steps) guide.
239
-
* To use the Bolt for Python SDK to develop on the automations platform, refer to the [Create a workflow step for Workflow Builder: Bolt for Python](/tools/bolt-python/tutorial/custom-steps-workflow-builder-new) tutorial.
237
+
- To learn more about Bolt for Python, refer to the [Getting started](/tools/bolt-python/getting-started) documentation.
238
+
- For more details about creating workflow steps using the Bolt SDK, refer to the [workflow steps for Bolt](/workflows/workflow-steps) guide.
239
+
- To use the Bolt for Python SDK to develop on the automations platform, refer to the [Create a workflow step for Workflow Builder: Bolt for Python](/tools/bolt-python/tutorial/custom-steps-workflow-builder-new) tutorial.
0 commit comments