Hello everyone.
We’ve recently encountered a couple of issues while working with custom icons for our Rovo agent.
-
After setting a custom icon by adding it to the manifest file, we noticed that the icon appears compressed (narrowed) in the listing after the agent is installed. It seems that in the page code, this custom icon is displayed using an
<img>
tag. In contrast, default icons for other Rovo agents are displayed via<svg>
, which do not have this narrowing issue. This leads us to believe there might be a rendering issue with custom icons in Rovo. Our original icon is inpng
format. But we also witnessed the same behaviour forsvg
andjpg
formats. Please see the attached screenshots. -
Additionally, we’ve faced another problem with the agent’s name and description. In the manifest file we specify a name for an agent. Example: we’ve created (via a dev console) and installed “Structure View Builder” agent.
name
in the manifest: “Structure View Builder”. After it is installed, it’s name is shown correctly. However it’s description in the listing also contains this name after “by”. So in general it reads as “Structure View Builder by Structure View Builder”. Looks a bit strange. We’re not sure why this is happening because we’ve just specified a name property in the manifest file. Please also see the screenshot. Note that in this case the icon looks normal because I’ve stretched the Rovo section so that the description fits into one line.
We’d appreciate any insights or advice on resolving these issues.
Thanks in advance for your help!