yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
145 stars 50 forks source link

retain message content when creating a thread #24

Closed InterestingSoup closed 1 year ago

InterestingSoup commented 1 year ago

I am not sure what changed in the code but initially I was able to create a thread to a message and mention @chatgpt and the bot was able to pull information from the original message.

For example, I had an automation that forwarded emails to a Mattermost channel called ~emails . I would then hit 'reply' on a message that was sent to the ~email channel and mention @chatgpt to draft a response. The bot was able to draft an email response based on original message I was replying to.

Would it be possible to get this functionality back?

yGuy commented 1 year ago

I am not aware of a change that fits the description. Needs a repro for further investigation.