mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
r2
This commit is contained in:
@ -304,4 +304,6 @@ class GetWebsiteCrawlResponse(BaseModel):
|
||||
Get website crawl response
|
||||
"""
|
||||
|
||||
result: list[WebSiteInfo]
|
||||
result: Optional[list[WebSiteInfo]] = []
|
||||
job_id: str = Field(..., description="The job id")
|
||||
status: str = Field(..., description="The status of the job")
|
||||
|
||||
Reference in New Issue
Block a user