AutoPrompt
AutoPrompt copied to clipboard
Enable output parser for models not support json schema.
Currently, not all output_schemas support customized output parsers.
For example in the classification output schemes, only json schemas are available, meaning this prompt only works well for the models which support json schema output.
To be compatible with other LLMs, a customized output parser is required.