mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 18:48:27 +00:00
feat: unify provider history context
This commit is contained in:
@@ -900,7 +900,7 @@ export async function handleCommands(params: {
|
||||
await waitForEmbeddedPiRunEnd(sessionId, 15_000);
|
||||
}
|
||||
const customInstructions = extractCompactInstructions({
|
||||
rawBody: ctx.Body,
|
||||
rawBody: ctx.CommandBody ?? ctx.RawBody ?? ctx.Body,
|
||||
ctx,
|
||||
cfg,
|
||||
agentId: params.agentId,
|
||||
|
||||
Reference in New Issue
Block a user