feat:增加知识库数据接口

This commit is contained in:
2026-07-28 19:54:50 +08:00
parent 2e6e571973
commit 0e9bde9a14
19 changed files with 703 additions and 31 deletions

5
schemas/agent.py Normal file
View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class QueryRequest(BaseModel):
message: str