Skip to content

Commit 4fb161a

Browse files
WilliamBergaminClaude
andcommitted
docs: Update enterprise search templates for GA status
- Remove beta notices from README - Standardize terminology to use "developer sandbox" - Simplify manifest filter description for consistency Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 97fac4f commit 4fb161a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Bolt for Python Search Template
22

3-
> ⚠️ **Beta Notice**: This template demonstrates search functionality that is currently in beta and not yet widely available to all developers. The features shown here are being tested and may change before general availability.
4-
53
This is a Slack app template for building search functionality using Bolt for Python. It demonstrates how to create custom functions for search and filtering capabilities.
64

7-
It's recommended to use a [Slack sandbox](https://docs.slack.dev/tools/developer-sandboxes/) for development and testing. Other workspaces may not have access to all these features. To get started:
5+
It's recommended to use a [developer sandbox](https://docs.slack.dev/tools/developer-sandboxes/) for development and testing. Other workspaces may not have access to all these features. To get started:
86

97
1. Join the [Slack Developer Program](https://api.slack.com/developer-program) if you haven't already
108
2. [Provision a sandbox workspace](https://docs.slack.dev/tools/developer-sandboxes/#provision)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"functions": {
4545
"filters": {
4646
"title": "Sample filters",
47-
"description": "The filter function is used to define the filters for search results",
47+
"description": "Returns the filters for the search function",
4848
"input_parameters": {
4949
"user_context": {
5050
"type": "slack#/types/user_context",

0 commit comments

Comments
 (0)