Hey is there any way i can get my AI agent to display my quickchart chart. I called quickchart using HTTP request node and connected to my ai agent so it displays it in its final output. Im failing to get the chart to show
How are you communicating with the AI Agent?
As far as I know, the built-in chat frontend does not support displaying images to the user.
But if you’re connecting your agent via Webhooks to a custom chat frontend, you could merge the response with your binary data, or image link.
If you want to keep things simple and work with the n8n chat frontend, consider just sending a link of your image within your chat response.
im using a chat trigger im bulding a multiagent system i called quickchart to build my chart and im sending the chart to my last agent that shows the chart and an explanation. This is how i call it in my prompt user message:Include the revenue chart in the Financial Highlights section. Use the binary chart from the connected HTTP node. Reference it like:
 and this is how it shows in the chat:

okay so i cant embed the image in the chat response?.
Oh okay i think i am getting you. so in the chat response in n8n i wont be able to see the image but i can configure it thatwhen the chat response is sent via webhook to my webpage the image will display with the output?
Right now im just using the chat trigger but I am going to make use of a webhook since im connecting the agent to a webpage