mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 18:41:10 +00:00
This commit is contained in:
@@ -470,7 +470,7 @@ export async function runCronIsolatedAgentTurn(params: {
|
||||
// was successfully resolved. When resolution fails the agent should not
|
||||
// be blocked by a target it cannot satisfy (#27898).
|
||||
requireExplicitMessageTarget: deliveryRequested && resolvedDelivery.ok,
|
||||
disableMessageTool: deliveryRequested,
|
||||
disableMessageTool: deliveryRequested || deliveryPlan.mode === "none",
|
||||
abortSignal,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user