mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
@ -12,6 +12,7 @@ class NotionInfo(BaseModel):
|
||||
notion_obj_id: str
|
||||
notion_page_type: str
|
||||
document: Document = None
|
||||
tenant_id: str
|
||||
|
||||
class Config:
|
||||
arbitrary_types_allowed = True
|
||||
|
||||
Reference in New Issue
Block a user