JJ

Results 1 comments of JJ
trafficstars

I have also experienced missing fields using a relatively simple schema for a list of multiple choice quiz questions. class QuestionAnswerSet(BaseModel): question: str = Field(..., description="The quiz question based on...