fix: avoid blocking projection resume on running AgentRun result
This commit is contained in:
@@ -1510,7 +1510,7 @@ async function resumeAgentRunProjectionCandidate({ candidate, options = {}, trac
|
||||
currentResult,
|
||||
options: resumeOptions,
|
||||
traceStore,
|
||||
forceResultSync: true,
|
||||
forceResultSync: false,
|
||||
refreshEvents: true
|
||||
});
|
||||
const payload = codeAgentPayloadWithObservedTerminalStatus(synced?.result ?? currentResult, synced?.runnerTrace ?? traceStore?.snapshot?.(candidate.traceId)) ?? (synced?.result ?? currentResult);
|
||||
|
||||
Reference in New Issue
Block a user