Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[FEATURE] Agent output as JSON format (Sequential Agents)

Open rb58853 opened this issue 5 months ago • 4 comments

I want to use the output of a Agent Node as JSON format I am using Sequential Agents , I have an Agent Node with otput, for example, {'var1': 'value1', 'var2':'value2'}. I want to use this output value (node output) as JSON format for using this in input params of a Custom JS function!

I need something like Structured Output Perser that i can use in an Agent Node.

rb58853 avatar Aug 29 '24 20:08 rb58853