fix(openai): cleanup commit에 현재 receipt만 전달한다

This commit is contained in:
toki 2026-08-15 15:39:46 +09:00
parent 6173dbd6d7
commit 99a4f75ed1

View file

@ -304,6 +304,7 @@ func (s *hotPathLightStore) consumeCleanupLocked(
intent.Output = normalizedStageOutput{}
intent.Disposition = intent.Error.Disposition
}
lineage.ResultIDs = []string{result.callID}
snap, err := coordinator.commitCleanupByLineage(record.ownerEdgeID, record.principalRef, lineage)
if err != nil {
return logicalRequestSnapshot{}, hotPathLightDisposition{}, true, err