Update fields.md - fix typo, missing comma (#329)

This commit is contained in:
Jacob Arnould
2024-01-06 22:31:25 +01:00
committed by GitHub
parent 995f1cf7dd
commit 5b3e4b34af
+1 -1
View File
@@ -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