Skip to content

Commit

Permalink
fix: Remove strict
Browse files Browse the repository at this point in the history
  • Loading branch information
undo76 committed Dec 5, 2024
1 parent 54241a5 commit 6e2d053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raglite/_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class MyNameResponse(BaseModel):
"name": return_type.__name__,
"description": return_type.__doc__ or "",
"schema": return_type.model_json_schema(),
"strict": True,
},
}
if "response_format"
Expand Down

0 comments on commit 6e2d053

Please sign in to comment.