Feat/update notion preview (#29345)

Co-authored-by: twwu <twwu@dify.ai>
This commit is contained in:
Jyong
2025-12-16 16:43:45 +08:00
committed by GitHub
parent d2b63df7a1
commit ae4a9040df
5 changed files with 7 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ class NotionInfo(BaseModel):
"""
credential_id: str | None = None
notion_workspace_id: str
notion_workspace_id: str | None = ""
notion_obj_id: str
notion_page_type: str
document: Document | None = None