Dear all,
I would like to the Vertex AI response in html format instead of text format.
Does anyone know if the native Vertex AI response output support HTML format?
Many Thanks,
Victor
Dear all,
I find the solution. Vertex AI response output is in markdown format. As I am using Python, I use "Markdown" to convert it to HTML.
Victor.