更新python后端
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional
|
||||
class KnowledgeAddRequest(BaseModel):
|
||||
text: str
|
||||
is_active: Optional[bool] = True
|
||||
knowledge_base_id: str
|
||||
Reference in New Issue
Block a user