We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3256fa2 commit b7ef900Copy full SHA for b7ef900
python/dify_plugin/entities/datasource.py
@@ -75,7 +75,9 @@ class GetOnlineDocumentPageContentRequest(BaseModel):
75
Get online document page content request
76
"""
77
78
- online_document_info: OnlineDocumentInfo
+ 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")
81
82
83
class OnlineDocumentPageContent(BaseModel):
0 commit comments