mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
notion fix
This commit is contained in:
@ -23,6 +23,7 @@ class NotionPage(BaseModel):
|
||||
|
||||
|
||||
class NotionInfo(BaseModel):
|
||||
credential_id: str
|
||||
workspace_id: str
|
||||
pages: list[NotionPage]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user