Skip to content

Commit fbaa9dd

Browse files
authored
Update manifest.json
1 parent e2eeb64 commit fbaa9dd

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"display_information": {
3-
"name": "bolt-py-search"
3+
"name": "Slack Samples"
4+
"description": "Sample search app in Bolt Python",
45
},
56
"features": {
67
"app_home": {
@@ -27,6 +28,7 @@
2728
"settings": {
2829
"event_subscriptions": {
2930
"bot_events": [
31+
"entity_details_requested",
3032
"function_executed"
3133
]
3234
},
@@ -41,8 +43,8 @@
4143
},
4244
"functions": {
4345
"filters": {
44-
"title": "Sample filters",
45-
"description": "Returns the filters for the search function",
46+
"title": "Sample Filter Function",
47+
"description": "The filter function is used to define the filters for search results",
4648
"input_parameters": {
4749
"user_context": {
4850
"type": "slack#/types/user_context",
@@ -63,8 +65,8 @@
6365
}
6466
},
6567
"search": {
66-
"title": "Sample search",
67-
"description": "Returns the available search result given the query and filter",
68+
"title": "Sample Search Function",
69+
"description": "The search function is used to return search results from the data source based on the filters and query entered by the user",
6870
"input_parameters": {
6971
"query": {
7072
"type": "string",

0 commit comments

Comments
 (0)