meetbryce / open-source-slack-ai

An open source alternative to some of Slack AI's premium features. Summarize channels and threads any time you want.
https://opensourceslackai.com
GNU General Public License v3.0
145 stars 9 forks source link

Insert user prompt along with the tldr request #13

Open gt5772b opened 2 weeks ago

gt5772b commented 2 weeks ago

Is your feature request related to a problem? Please describe.

The problem is there is no control over the output that is given. The tool will respond with its best guess of what the important details are to summarize and often either chooses the wrong details or chooses too many details.

Describe the solution you'd like

I would like to provide a prompt along with the request that tells the tool what I'd like it to do with the summary that it is providing. For example, I could tell the prompt to return only slack entries that were from a certain person, or only entries that pertain to a certain subject.

Describe alternatives you've considered

An alternative would be to copy the output to a GPT and ask it to perform the task that I'd like, but the original data may have been compromised to the point where the result does not perform what I need

Additional context

N/A

meetbryce commented 2 weeks ago

This makes a lot of sense and will hopefully be something we can work on soon!

gt5772b commented 2 weeks ago

Awesome, thanks for your consideration!