Meta-Llama-3.1-405B-Instruct
model. A User
schema is defined using Pydantic, requiring the model to return a response with a name
(string) and age
(integer). Instructor handles the response validation and parsing, resulting in a structured Python object.
User(name='Ivan', age=28')
.