[Phase 2.1] Synthesis workflow definition #12

Merged
rock merged 3 commits from feat/phase-2.1-synthesis-workflow into main 2026-09-09 00:37:21 +00:00
Showing only changes of commit 7be93d1d16 - Show all commits
-11
View File
@@ -123,14 +123,3 @@ func SynthesisWorkflow(ctx workflow.Context, input SynthesisInput) (*SynthesisRe
return result, nil
}
// PersistInput groups all synthesis results for persistence.
type PersistInput struct {
ChunkID string `json:"chunk_id"`
Project string `json:"project"`
Source string `json:"source"`
Kind string `json:"kind"`
Entities []ExtractedEntity `json:"entities"`
Facts []ExtractedFact `json:"facts"`
Contradictions []ContradictionResult `json:"contradictions"`
}