mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 21:05:48 +08:00
notion fix
This commit is contained in:
@ -107,10 +107,10 @@ class OnlineDocumentInfo(BaseModel):
|
||||
"""
|
||||
|
||||
provider: str
|
||||
workspace_id: str
|
||||
workspace_id: Optional[str] = None
|
||||
page_id: str
|
||||
page_type: str
|
||||
icon: OnlineDocumentIcon
|
||||
icon: Optional[OnlineDocumentIcon] = None
|
||||
|
||||
|
||||
class WebsiteInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user