mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
fix(agent-runner): share media-path normalizer with runAgentTurnWithFallback to prevent duplicate outbound media
This commit is contained in:
committed by
Peter Steinberger
parent
88760f88c2
commit
552d5dcbce
@@ -1212,6 +1212,7 @@ export async function runReplyAgent(params: {
|
||||
activeSessionStore,
|
||||
storePath,
|
||||
resolvedVerboseLevel,
|
||||
normalizeMediaPaths: normalizeReplyMediaPaths,
|
||||
});
|
||||
|
||||
if (runOutcome.kind === "final") {
|
||||
|
||||
Reference in New Issue
Block a user