We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a04b8e commit 31a65e0Copy full SHA for 31a65e0
1 file changed
src/agents/embedded-agent-runner/run.ts
@@ -641,7 +641,7 @@ async function runEmbeddedAgentInternal(
641
...paramsBase,
642
agentId: paramsBase.agentId ?? runSessionTarget.agentId,
643
sessionId: runSessionTarget.sessionId,
644
- sessionKey: effectiveSessionKey ?? runSessionTarget.sessionKey,
+ sessionKey: normalizeOptionalString(effectiveSessionKey ?? runSessionTarget.sessionKey),
645
sessionFile: runSessionTarget.sessionFile,
646
};
647
const sessionLane = resolveSessionLane(params.sessionKey?.trim() || params.sessionId);
0 commit comments