Skip to main content

Overview

Instructor can extract data from the LLM response and use it to instantiate an object via constructor parameters. Instructor will use the constructor parameters nullability and default values to determine which parameters are required and which are optional.

Example