I have a chatbot running in n8n. It utilizes an AI agent with tools, including a tool to download binary content through an API. It can retrieve the file content with no issue, creating a binary data object which I can confirm in the execution trace. However, I need to present the user with a link or button by which they can download the content as a file, to their own PC. I’m not seeing a way to do this. If there is perhaps a function which could return a download link, which could then be included in the chat response, that should be sufficient.