File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
2728 "settings" : {
2829 "event_subscriptions" : {
2930 "bot_events" : [
31+ " entity_details_requested" ,
3032 " function_executed"
3133 ]
3234 },
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments