How to Translate Open AI Assistant Output into readable format?

I need the OpenAI assistant to respond in some form of readable format that i can then use on later nodes but it always seems to just put it all in one big paragraph - I can use a basic model and simplified output gives me what i want but when using the assistant the data is all grouped together

Hey @Anthony25,

You can achieve this easily by enabling the specific output option:

Once you enable this, you’ll see an additional option called Output Parser as shown below:

  • Now you can simply pass example json format here to get the result in readable format that you can even use in later nodes

Hope it helps…share more if you find any kind of difficulty in setting up this.

— Sudhanshu Sharma

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.