Skip to content

Commit 1ed3461

Browse files
committed
docs: update README to reflect file structure changes
1 parent 9221080 commit 1ed3461

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,14 @@ Every incoming request is routed to a "listener". This directory groups each lis
8585

8686
Configures the new Slack Assistant features, providing a dedicated side panel UI for users to interact with the AI chatbot. This module includes:
8787

88-
`assistant.py`, which contains two listeners:
88+
`assistant_thread_started.py`, which contains:
8989
* The `@assistant.thread_started` listener receives an event when users start new app thread.
90+
91+
`message.py`, which contains:
9092
* The `@assistant.user_message` listener processes user messages in app threads or from the app **Chat** and **History** tab.
9193

92-
`ai/llm_caller.py`, which handles OpenAI API integration and message formatting. It includes the `call_llm()` function that sends conversation threads to OpenAI's models.
94+
### `ai/`
95+
`llm_caller.py`, which handles OpenAI API integration and message formatting. It includes the `call_llm()` function that sends conversation threads to OpenAI's models.
9396

9497
## App Distribution / OAuth
9598

0 commit comments

Comments
 (0)