fix(openai): cleanup commit에 현재 receipt만 전달한다
This commit is contained in:
parent
6173dbd6d7
commit
99a4f75ed1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue