Skip to content

Commit a578b27

Browse files
committed
feat: rename app display name from assistant to agent
1 parent 9e88bce commit a578b27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"display_information": {
3-
"name": "Bolt Python Assistant"
3+
"name": "Bolt Python Agent"
44
},
55
"features": {
66
"app_home": {
@@ -9,11 +9,11 @@
99
"messages_tab_read_only_enabled": false
1010
},
1111
"bot_user": {
12-
"display_name": "Bolt Python Assistant",
12+
"display_name": "Bolt Python Agent",
1313
"always_online": false
1414
},
1515
"assistant_view": {
16-
"assistant_description": "Hi, I am an assistant built using Bolt for Python. I am here to help you out!",
16+
"assistant_description": "Hi, I am an agent built using Bolt for Python. I am here to help you out!",
1717
"suggested_prompts": []
1818
}
1919
},

0 commit comments

Comments
 (0)