mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Update fields.md - fix typo, missing comma (#329)
This commit is contained in:
@@ -68,7 +68,7 @@ from datetime import date
|
||||
|
||||
class DateRange(BaseModel):
|
||||
chain_of_thought: str = Field(
|
||||
description="Reasoning behind the date range."
|
||||
description="Reasoning behind the date range.",
|
||||
exclude=True)
|
||||
start_date: date
|
||||
end_date: date
|
||||
|
||||
Reference in New Issue
Block a user