fix: retry agentrun evicted session turns
This commit is contained in:
@@ -1432,7 +1432,8 @@ function scheduleAgentRunProjectionSync({ traceId, params = {}, options = {}, tr
|
||||
currentResult: result,
|
||||
options: refreshOptions,
|
||||
traceStore,
|
||||
forceResultSync: agentRunProjectionObservedTerminal(result, traceStore?.snapshot?.(traceId))
|
||||
forceResultSync: agentRunProjectionObservedTerminal(result, traceStore?.snapshot?.(traceId)),
|
||||
retryParams: params
|
||||
}),
|
||||
onTerminal: (payload, finalizerOptions = {}) => scheduleCodeAgentTerminalTurnStatusEffects({ payload: codeAgentPayloadWithObservedTerminalStatus(payload, traceStore?.snapshot?.(traceId)) ?? payload, params, options, preserveLastTraceId: finalizerOptions.preserveLastTraceId === true })
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user