support input date (#3246)

This commit is contained in:
LawyZheng
2025-08-21 22:11:48 +08:00
committed by GitHub
parent 64a3330b58
commit d4877eeadf
3 changed files with 91 additions and 1 deletions

View File

@@ -20,6 +20,13 @@ class CheckPhoneNumberFormatResponse(BaseModel):
recommended_phone_number: str | None
class CheckDateFormatResponse(BaseModel):
page_info: str
thought: str
is_current_format_correct: bool
recommended_date: str | None
HTMLTreeStr = str