-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslack-app-manifest.yml
55 lines (55 loc) · 1.56 KB
/
slack-app-manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
display_information:
name: W'kid Smaaht
description: GPT4 on Slack!
background_color: "#000000"
long_description: W'kid Smaaht is like having ChatGPT on Slack, but with a Bostonian twist. You can invite this application to any channel or even have conversations in direct messages. W'kid Smaaht is always there!
features:
bot_user:
display_name: W'kid Smaaht
always_online: true
slash_commands:
- command: /prompts
description: Lists available system prompts
should_escape: false
- command: /get_prompt
description: Returns the system prompt associated with the provided prompt name
usage_hint: chataws
should_escape: false
- command: /set_prompt
description: Set the system prompt to another available prompt
usage_hint: chatlaw
should_escape: false
- command: /generate_image
description: Calls DALL E 2 to create an image based on your prompt
usage_hint: Painting of a robot
should_escape: false
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- channels:read
- chat:write
- commands
- groups:history
- groups:read
- im:history
- im:read
- im:write
- links:read
- mpim:history
- mpim:read
- files:read
settings:
event_subscriptions:
bot_events:
- app_mention
- message.channels
- message.groups
- message.im
- message.mpim
interactivity:
is_enabled: true
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false