You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the fiscalYear prompt and response schema to extract startDate and endDate, or set to null if nothing was found.
When parsing the result in the fiscalYear job, we should default to startDate ${endYear}-01-01 and endDate ${endYear}-12-31 if the fiscal year is not found.
If the fiscal year is different than ${endYear}-01-01, then we need to treat it as a broken fiscal year, meaning we should reflect this in the reporting period dates, by setting startDate to ${endYear - 1}-MM-DD and endDate to ${endYear}-MM-DD.
The text was updated successfully, but these errors were encountered:
fiscalYear
prompt and response schema to extractstartDate
andendDate
, or set to null if nothing was found.When parsing the result in the
fiscalYear
job, we should default to startDate${endYear}-01-01
and endDate${endYear}-12-31
if the fiscal year is not found.If the fiscal year is different than
${endYear}-01-01
, then we need to treat it as a broken fiscal year, meaning we should reflect this in the reporting period dates, by setting startDate to${endYear - 1}-MM-DD
and endDate to${endYear}-MM-DD
.The text was updated successfully, but these errors were encountered: