seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 168 forks source link

[Feature Request] Invoke ChatGPT in a thread #25

Closed dit7ya closed 1 year ago

dit7ya commented 1 year ago

Thanks for the project.

Would it be possible to invoke chatgpt in a thread which does not start with mentioning it? This is especially relevant for summarizing long threads.

seratch commented 1 year ago

Hi @dit7ya, thanks for the suggestion. Indeed, it's a common use case. To avoid confusion for end-users, perhaps, the app can behave differently in the case. In summary,

Also, https://github.com/seratch/ChatGPT-in-Slack/issues/23 can be a different pattern. When you talk to this app's bot user in the DM with the bot, you always don't need to mention the bot user.

I don't have time to work on this personal project on weekdays. If someone's interested in implementing the above, I'd love to have contributions!