Merge branch 'feat/r2' into deploy/rag-dev

This commit is contained in:
jyong
2025-06-19 14:30:05 +08:00
3 changed files with 9 additions and 3 deletions

View File

@ -245,7 +245,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):