This commit is contained in:
jyong
2025-06-19 14:29:39 +08:00
parent f7fbded8b9
commit 3d0e288e85
3 changed files with 9 additions and 3 deletions

View File

@ -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):