Instruct X is a typed language model (LLM) generation library that uses custom XML parsing to improve the quality of generated text.
Note: This library does not support future annotations.
2 parses executed in parallel:
- XML parser
- Type parser
Type parser will be prioritized over XML parser. For example,
test: str
... <-- Cursor is hereIf inside of a field, there is no need to send text to the XML parser.