Skip to content

Commit e12eb45

Browse files
committed
feat:update GetWebsiteCrawlResponse entity
1 parent 30730d5 commit e12eb45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/dify_plugin/entities/datasource.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class GetWebsiteCrawlResponse(BaseModel):
2525
"""
2626
Get website crawl response
2727
"""
28-
28+
job_id: Optional[str] = Field(..., description="crawl job id")
29+
status: Optional[str] = Field(..., description="crawl job status")
2930
result: list[WebSiteInfo]
3031

3132

0 commit comments

Comments
 (0)