mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
Merge branch 'feat/r2' into deploy/rag-dev
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user