Review transcript trim architecture
This commit is contained in:
@@ -329,14 +329,6 @@ func (trimStage) Run(ctx context.Context, env *Env, m *manifest.Manifest) (*Stag
|
||||
AbsolutePath: finalBoundsOutputPath,
|
||||
},
|
||||
}
|
||||
if renderOutputPath != "" {
|
||||
outputs = append(outputs, artifacts.Ref{
|
||||
Kind: "session_bounds_render",
|
||||
Category: "artifacts",
|
||||
SessionID: sessionID,
|
||||
AbsolutePath: renderOutputPath,
|
||||
})
|
||||
}
|
||||
|
||||
return &StageResult{
|
||||
Outputs: outputs,
|
||||
|
||||
Reference in New Issue
Block a user