feat(workflow): support doc_id in citation metadata and unify document_id handling

This commit is contained in:
Timebomb2018
2026-05-07 18:34:16 +08:00
parent 8967b00303
commit 0dc8d8cbeb
3 changed files with 11 additions and 8 deletions

View File

@@ -205,6 +205,7 @@ class CitationConfig(BaseModel):
class Citation(BaseModel):
document_id: str
doc_id: str
file_name: str
knowledge_id: str
score: float