files[] in Slack message events is currently ignored. When a user attaches an image or document, the agent never sees it. The fix is to download via url_private (bot token auth), write to a temp file, and include the path in the prompt. CoalescedMessage needs a files field to carry attachments through the debounce window.
files[]in Slack message events is currently ignored. When a user attaches an image or document, the agent never sees it. The fix is to download viaurl_private(bot token auth), write to a temp file, and include the path in the prompt.CoalescedMessageneeds afilesfield to carry attachments through the debounce window.