Is there any way to work with structured outputs in LLMSynthesize? I couldn't find it in the documentation. I would like to specify the JSON format of the result, for example, to ensure the output follows a structure like:
[{"name": ..., "role": ..., "company": ...}, ...]
Any tips?
Below is the OpenAI documentation on the topic: https://platform.openai.com/docs/guides/structured-outputs