|
|
|
|
|
by podperson
249 days ago
|
|
JSON Schema is a schema built on JSON and it’s already being used. Using XML would mean converting the XML into JSON schema to define the response from the LLM. That said, JSON is “language neutral” but also super convenient for JavaScript developers and typically more convenient for most people than XML. |
|
Why would we need to concert XML, which already supports schemas and is well understood by LLMs, back to JSON schema?