How to send output with result and base64image?

Hay everyone.

I had problem ai agent output for result in text and image.

My workflow is Ai Agent will using tools to get information from my API to get text information and image (api retun base64 image), with json only 2 field (“Result“ and “Base64Image“).

Ai Agent only send Output with value of Result, how to add field Base64Image to output,so i can get the result information and image.

Thanks All

You need to explicitly specify the “Base64Image” field within the Ai Agent’s output configuration.

Go to the Ai Agent node’s settings and look for a section related to output formatting or data mapping. There you should be able to add “Base64Image” as a field to be included in the output.