Skip to content

Commit 557f8d8

Browse files
committed
fix: add assistant_view feature and assistant_thread_started event to manifests
1 parent aec74d2 commit 557f8d8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

openai-agents-sdk/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"name": "Casey - OpenAI SDK"
44
},
55
"features": {
6+
"assistant_view": {
7+
"assistant_description": "Hi, I am an agent built using Bolt for Python. I am here to help you out!",
8+
"suggested_prompts": []
9+
},
610
"app_home": {
711
"home_tab_enabled": true,
812
"messages_tab_enabled": true,
@@ -33,6 +37,7 @@
3337
"bot_events": [
3438
"app_home_opened",
3539
"app_mention",
40+
"assistant_thread_started",
3641
"message.im"
3742
]
3843
},

pydantic-ai/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"name": "Casey - Pydantic AI"
44
},
55
"features": {
6+
"assistant_view": {
7+
"assistant_description": "Hi, I am an agent built using Bolt for Python. I am here to help you out!",
8+
"suggested_prompts": []
9+
},
610
"app_home": {
711
"home_tab_enabled": true,
812
"messages_tab_enabled": true,
@@ -33,6 +37,7 @@
3337
"bot_events": [
3438
"app_home_opened",
3539
"app_mention",
40+
"assistant_thread_started",
3641
"message.im"
3742
]
3843
},

0 commit comments

Comments
 (0)