microsoft / llguidance

Low-level Guidance Parser
MIT License
26 stars 7 forks source link

port json_schema -> llguidance from Guidance project #44

Open mmoskal opened 2 weeks ago

mmoskal commented 2 weeks ago

Currently Guidance has the best json schema coverage of all constrained encoding libraries. However, the code translating from json schema to llguidance format sits in Python Guidance and can't be used natively.

While basic json schema features are supported, the more advanced are yet to be ported.

Filing this issue for tracking and linking to it.