mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 14:50:44 +00:00
fix: allow memory flush model override
This commit is contained in:
@@ -68,6 +68,7 @@ export type MemoryFlushPlan = {
|
||||
softThresholdTokens: number;
|
||||
forceFlushTranscriptBytes: number;
|
||||
reserveTokensFloor: number;
|
||||
model?: string;
|
||||
prompt: string;
|
||||
systemPrompt: string;
|
||||
relativePath: string;
|
||||
|
||||
Reference in New Issue
Block a user