Skip to content

Commit 905f4fb

Browse files
committed
fix: address pr feedback
1 parent 530052f commit 905f4fb

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ logs/
3737
*.db
3838
.pytype/
3939
.idea/
40-
.slack

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI App Template (Bolt for Python)
22

3-
This Bolt for Python template demonstrates how to build [AI Apps](https://api.slack.com/docs/apps/ai) in Slack.
3+
This Bolt for Python template demonstrates how to build [AI Apps](https://docs.slack.dev/ai/) in Slack.
44

55
## Setup
66
Before getting started, make sure you have a development workspace where you have permissions to install apps. If you don’t have one setup, go ahead and [create one](https://slack.com/create).

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url=https://test.pypi.org/simple/
2-
slack_sdk==3.36.0.dev0
2+
slack_sdk==3.36.0.dev1
33
slack-bolt>=1.21,<2
44

55
# If you use a different LLM vendor, replace this dependency

0 commit comments

Comments
 (0)