Hello,
I currently have a chat bot running within Slack where use_threads is set to True after a user asks the bot a question. I’m running into an issue where slots set in previous slack threads (within the session_expiration_time time limit) are carried over to the new thread. Is there a way to reset all slots whenever a new thread is created? Thanks for the help