Skip to content

Commit b82023b

Browse files
docs: updates README with overviews (#50)
go
1 parent 667e7e2 commit b82023b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# AI Agent App Template (Bolt for Python)
22

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).
44

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.
12+
* Users provide feedback via buttons.
613

714
## Setup
815

0 commit comments

Comments
 (0)