mirror of https://github.com/openclaw/openclaw.git
refactor(agent): remove unused compaction trigger variants
This commit is contained in:
parent
58c7b45243
commit
462b0a16b1
|
|
@ -108,7 +108,7 @@ export type CompactEmbeddedPiSessionParams = {
|
|||
reasoningLevel?: ReasoningLevel;
|
||||
bashElevated?: ExecElevatedDefaults;
|
||||
customInstructions?: string;
|
||||
trigger?: "overflow" | "manual" | "cache_ttl" | "safeguard";
|
||||
trigger?: "overflow" | "manual";
|
||||
diagId?: string;
|
||||
attempt?: number;
|
||||
maxAttempts?: number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue