Hi,
I am facing an issue.
OpenAI typically generates responses in the form of a single text string, which might not always be suitable for certain applications that require data to be structured in a list format.
For example,
- University A
- University B
- University C
- University D
I want to save each university in a list but above generated result is a single text.
Thank you!