Skip to content

Commit b7ef900

Browse files
committed
feat:update GetOnlineDocumentPageContentRequest entity
1 parent 3256fa2 commit b7ef900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/dify_plugin/entities/datasource.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ class GetOnlineDocumentPageContentRequest(BaseModel):
7575
Get online document page content request
7676
"""
7777

78-
online_document_info: OnlineDocumentInfo
78+
workspace_id: str = Field(..., description="The workspace id")
79+
page_id: str = Field(..., description="The page id")
80+
type: str = Field(..., description="The type of the page")
7981

8082

8183
class OnlineDocumentPageContent(BaseModel):

0 commit comments

Comments
 (0)