fix: run oxfmt on agent-runner-execution.ts

This commit is contained in:
zidongchen
2026-03-21 10:12:12 +08:00
committed by Josh Lehman
parent fac04db4e5
commit b14f425061

View File

@@ -206,8 +206,7 @@ export async function runAgentTurnWithFallback(params: {
const blockReplyHandler = params.opts?.onBlockReply
? createBlockReplyDeliveryHandler({
onBlockReply: params.opts.onBlockReply,
currentMessageId:
params.sessionCtx.MessageSidFull ?? params.sessionCtx.MessageSid,
currentMessageId: params.sessionCtx.MessageSidFull ?? params.sessionCtx.MessageSid,
normalizeStreamingText,
applyReplyToMode: params.applyReplyToMode,
normalizeMediaPaths: normalizeReplyMediaPaths,