|
|
|
|
|
by msp26
993 days ago
|
|
>Reasons behind the project: I have been working with OpenAI LLMs recently and I like to get my data output in structured JSON. I realised it's rather good at taking a schema where properties are compressed within an instruction, and then in return it return data based on the compressed schema. OpenAI Function Calling does JSON to Typescript conversion under the hood for functions so I'm not surprised it works well. |
|
No need to be formal or use a standard format, just need a pattern the LLM can fill or follow