Skip to content

Commit 7211b18

Browse files
committed
style: dash bullet points to avoid italics
1 parent 232ee17 commit 7211b18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/english/tutorial/ai-chatbot/ai-chatbot.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ In this tutorial, you'll learn how to bring the power of AI into your Slack work
1212

1313
Before getting started, you will need the following:
1414

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.
1818

1919
**Skip to the code**
2020
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
234234

235235
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.
236236

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

Comments
 (0)