Gemini Enterprise Image/media preview

Hey there!

Does anybody knows if it is possible to display images in the gemini enterprise?

I have custom agent deployed on the Agent Engine, it can display images by constructing the markdown with image path.

But when run via Gemini Enterprise UI, I just get broken robot image as error.

Could you please share how it is done by constructing the markdown ? , i have challenge in displaying the image in AgentEngine itself!

Hey,

I just using this syntax

[![Alt text for the image](URL to the image)](URL to the website you want to link to)

Image has to be public or agent accessible, this was bit of change to work out permissions.

Hey , do you have a solution about that ? because i have same problem and still figure it out how agent generate chart in gemini enterprise. if in playground agent engine is show the chart.

As far as I know, Gemini Enterprise doesn’t support this. And if not implemented by team, I’m not sure if it’s possible to find a solution.

Gemini Enterprise frontend probably has its own markdown rendering.

Agent Engine can pass an image to Gemini Enterprise using artifacts saved in context, See here:
Context - Agent Development Kit (ADK) .

Personnally, I save artifacts in a GCS bucket and add the link as in the context.