-
Notifications
You must be signed in to change notification settings - Fork 274
docs: add AI to quickstart #1389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. |
There was a problem hiding this 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. |
There was a problem hiding this comment.
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!
docs/english/getting-started.md
Outdated
``` | ||
|
||
</TabItem> | ||
<TabItem value="terminaL" label="Terminal"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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 |
There was a problem hiding this comment.
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!
docs/english/getting-started.md
Outdated
|
||
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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Add AI features {#ai-features} | |
## Adding AI features {#ai-features} |
🔮 suggestion: Mirroring a change suggested in adjacent PR!
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 componentsslack_bolt.async_app.AsyncApp
and/or its core componentsslack_bolt.adapter
/docs
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.
./scripts/install_all_and_run_tests.sh
after making the changes.