fix(agent-runner): share media-path normalizer with runAgentTurnWithFallback to prevent duplicate outbound media

This commit is contained in:
ayeshakhalid192007-dev
2026-04-17 15:49:31 +05:00
committed by Peter Steinberger
parent 88760f88c2
commit 552d5dcbce

View File

@@ -1212,6 +1212,7 @@ export async function runReplyAgent(params: {
activeSessionStore,
storePath,
resolvedVerboseLevel,
normalizeMediaPaths: normalizeReplyMediaPaths,
});
if (runOutcome.kind === "final") {