From 4fb161a90bd12888e6014855e5d87b4b5fd7f21b Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 18 Feb 2026 10:36:08 -0500 Subject: [PATCH] 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 --- README.md | 4 +--- manifest.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 626b9ad..826cfb4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Bolt for Python Search Template -> ⚠️ **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. - 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. -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: +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: 1. Join the [Slack Developer Program](https://api.slack.com/developer-program) if you haven't already 2. [Provision a sandbox workspace](https://docs.slack.dev/tools/developer-sandboxes/#provision) diff --git a/manifest.json b/manifest.json index b378eeb..9056caa 100644 --- a/manifest.json +++ b/manifest.json @@ -44,7 +44,7 @@ "functions": { "filters": { "title": "Sample filters", - "description": "The filter function is used to define the filters for search results", + "description": "Returns the filters for the search function", "input_parameters": { "user_context": { "type": "slack#/types/user_context",