Structured-to-structured processing
Instructor offers a way to use structured data as an input. This is useful when you want to use object data as input and get another object with a result of LLM inference. Theinput
field of Instructor’s create()
method
can be an object, but also an array or just a string.