docs: updates for agent_view release#2995
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2995 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 45 45
Lines 7900 7900
Branches 708 708
=======================================
Hits 7464 7464
Misses 428 428
Partials 8 8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
@haleychaas Super thanks for these improvements! I leave a few thoughts on sample code and one on a callout but please publish when best 📠
| 5. Enable MCP for your app: | ||
| - Run `slack app settings` to open your app's settings | ||
| - Navigate to **Agents & AI Apps** in the left-side navigation | ||
| - Navigate to **Agents** in the left-side navigation |
There was a problem hiding this comment.
🤖 praise: Thanks for keeping this concise!
There was a problem hiding this comment.
🌟 praise: Thanks for remembering to update these snippets too!
🔭 question: Is a best effort to updating this page with the sample be best going forward? Or might we reference the latest on rebuild? I understand that has disadvantages if surrounding content references different implementation but wanted to ask here!
There was a problem hiding this comment.
I do like having a bit of a manual process for that exact reason! In case the text surrounding the examples explains it, I don't want there to be a mismatch in the prose vs the code sample
|
|
||
| ```javascript title="agent/casey.js" | ||
| const CASEY_TOOLS = [ | ||
| const ALLOWED_TOOLS = [ |
There was a problem hiding this comment.
🧰 praise: nice connections toward also Slackbot MCP Client I think!
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Summary
This updates the documentation around the new
agent_viewand recommendations moving away fromassistant_view, with links to the docs and changelog entry on that. I updated the code sample to match the sample app updates too.Preview: https://docs-slack-d-branch-for-avumma.herokuapp.com/tools/bolt-js/concepts/adding-agent-features
Requirements