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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,14 @@ Every incoming request is routed to a "listener". This directory groups each lis
85
85
86
86
Configures the new Slack Assistant features, providing a dedicated side panel UI for users to interact with the AI chatbot. This module includes:
87
87
88
-
`assistant.py`, which contains two listeners:
88
+
`assistant_thread_started.py`, which contains:
89
89
* The `@assistant.thread_started` listener receives an event when users start new app thread.
90
+
91
+
`message.py`, which contains:
90
92
* The `@assistant.user_message` listener processes user messages in app threads or from the app **Chat** and **History** tab.
91
93
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.
0 commit comments