I have been trying to replace some .png images with .svg images in my node.js project. However, I cannot upload .svg files into the chat with the agent. If I load it directly into the project and reference the path, it still does not seem to be able to display the .svg. Any ideas on how best to approach this?
I uploaded them to the assets folder and have it pull them from there and that worked.
3 Likes