mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 16:08:04 +08:00
r2
This commit is contained in:
@ -244,7 +244,9 @@ class GetOnlineDocumentPageContentRequest(BaseModel):
|
||||
Get online document page content request
|
||||
"""
|
||||
|
||||
online_document_info: OnlineDocumentInfo
|
||||
workspace_id: str = Field(..., description="The workspace id")
|
||||
page_id: str = Field(..., description="The page id")
|
||||
type: str = Field(..., description="The type of the page")
|
||||
|
||||
|
||||
class OnlineDocumentPageContent(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user