Skip to content

Conversation

haleychaas
Copy link
Contributor

Summary

The Python counterpart to slackapi/bolt-js#2676.

Preview here (on the Python tab): https://docs-slack-d-docs-haley-1wpghj.herokuapp.com/quickstart/

Testing

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.03%. Comparing base (5f6196f) to head (c9960bd).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1389   +/-   ##
=======================================
  Coverage   91.03%   91.03%           
=======================================
  Files         222      222           
  Lines        7514     7514           
=======================================
  Hits         6840     6840           
  Misses        674      674           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zimeg zimeg added docs Improvements or additions to documentation semver:patch labels Oct 8, 2025
@zimeg zimeg added this to the 1.27.0 milestone Oct 8, 2025
@zimeg zimeg changed the title Docs: Add AI to quickstart docs: add AI to quickstart Oct 8, 2025
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haleychaas I share similar praises as in slackapi/bolt-js#2676 here!

This template is nice to callout and I'm interested in surfacing features in follow up perhaps, but no blockers from me 📚 ✨

* Bolt allows you to [call Web API methods](/tools/bolt-python/concepts/web-api) with the client attached to your app. There are [over 200 methods](/reference/methods) on our API site.
* Bolt allows you to [call Web API methods](/tools/bolt-python/concepts/web-api) with the client attached to your app. There are over 200 methods; view them [here](/reference/methods).

* Learn more about the different token types [on the API docs site](/authentication/tokens). Your app may need different tokens depending on the actions you want it to perform.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👾 praise: This is so nice to direct link to!

```

</TabItem>
<TabItem value="terminaL" label="Terminal">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<TabItem value="terminaL" label="Terminal">
<TabItem value="terminal" label="Terminal">

📺 suggestion: I too encourage using the CLI perhaps more but remain case sensitive!

Get started with the agent template:

```sh
$ git clone https://github.com/slack-samples/bolt-python-assistant-template ai-app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 note: Similar to slackapi/bolt-js#2676 this path might change soon!


On these pages you're free to make changes such as updating your app icon, configuring app features, and perhaps even distributing your app!

## Add AI features {#ai-features}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Add AI features {#ai-features}
## Adding AI features {#ai-features}

🔮 suggestion: Mirroring a change suggested in adjacent PR!

@haleychaas haleychaas merged commit 1d4e86b into main Oct 8, 2025
14 checks passed
@haleychaas haleychaas deleted the docs-haley-add-ai-to-quickstart branch October 8, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants