mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
fix(agents): forward forced message tool policy
This commit is contained in:
@@ -24,6 +24,7 @@ const forwardingCase = {
|
||||
bootstrapContextMode: "lightweight",
|
||||
bootstrapContextRunKind: "cron",
|
||||
disableMessageTool: true,
|
||||
forceMessageTool: true,
|
||||
requireExplicitMessageTarget: true,
|
||||
internalEvents,
|
||||
},
|
||||
@@ -32,6 +33,7 @@ const forwardingCase = {
|
||||
bootstrapContextMode: "lightweight",
|
||||
bootstrapContextRunKind: "cron",
|
||||
disableMessageTool: true,
|
||||
forceMessageTool: true,
|
||||
requireExplicitMessageTarget: true,
|
||||
internalEvents,
|
||||
},
|
||||
|
||||
@@ -777,6 +777,7 @@ export async function runEmbeddedPiAgent(
|
||||
bootstrapContextRunKind: params.bootstrapContextRunKind,
|
||||
toolsAllow: params.toolsAllow,
|
||||
disableMessageTool: params.disableMessageTool,
|
||||
forceMessageTool: params.forceMessageTool,
|
||||
requireExplicitMessageTarget: params.requireExplicitMessageTarget,
|
||||
internalEvents: params.internalEvents,
|
||||
bootstrapPromptWarningSignaturesSeen,
|
||||
|
||||
Reference in New Issue
Block a user