fix: Fix knowledge api report error when call create space api (#1784)

Co-authored-by: 张伟 <zhangwei01@xunfeng.cn>
This commit is contained in:
Wei Zhang 2024-08-07 14:18:23 +08:00 committed by GitHub
parent 9fe060a771
commit 5e85fd9077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,7 +222,7 @@ class AppModel(BaseModel):
class SpaceModel(BaseModel):
"""Space model."""
id: str = Field(
id: int = Field(
default=None,
description="space id",
)