AI agent - Output Word .docx - Question

Hello,

I need to output a docx format instead of a pdf format for ome of my ai agents. My flow includes . how do I set the generate assets module - format? currently set to pdf, but then the output is a bunch of hieraglyph.

Hi @AIFusionCoven,

To have the output in a .docx format, simply reference the variable with the content in a Display Content block and set the Display Type to Word Document:

Users can then click the Share button and download the Word document:

thanks for the input. It works locally (when running from mindstudio), but when using the API, Mindstudio returns a file name like this: https://files.mindstudio-cdn.com/41edf838-15ae-44ca-8e37-43849ca4f064/assets/4a745de8-6b7d-49c7-af33-5c2843f2691e.md

Wy is it not a .docx file? and do you know how I could provide, either a file, or a download of it via API calls?

Thanks, as always