feat(新功能): 项目信息提取/生成接口

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zchengrong
2025-05-15 14:49:33 +08:00
parent 3095d2654e
commit 6cb32d11a8
4 changed files with 88 additions and 2 deletions

View File

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