support input date (#3246)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user