feat(新功能): 新增文件上传

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-05-19 13:10:51 +08:00
parent 3a28a7e4b9
commit fbe939ee22
2 changed files with 9 additions and 1 deletions

View File

@@ -3,3 +3,5 @@ from pydantic import BaseModel
class ProjectInfoExtractionModel(BaseModel):
prompt: str
image_list: list
file_list: list