You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
1
# AI Agent App Template (Bolt for Python)
2
2
3
-
This Bolt for Python template demonstrates how to build [AI Apps](https://docs.slack.dev/ai/) in Slack.
3
+
This Bolt for Python template demonstrates how to build [AI Apps](https://docs.slack.dev/ai/) in Slack, using models from [OpenAI](https://openai.com).
4
4
5
-
Models from [OpenAI](https://openai.com) are used and can be customized for prompts of all kinds.
5
+
## App overview
6
+
7
+
Setting up this app can provide you with an AI agent that enables the following flow:
8
+
9
+
* Users open the assistant side panel in Slack and see suggested prompts.
10
+
* The app calls OpenAI's API when a user selects a prompt or sends a message.
11
+
* The app streams in its response, which can be a combination of text and tasks.
0 commit comments