refactor(agent): remove unused compaction trigger variants

This commit is contained in:
Gustavo Madeira Santana
2026-02-14 17:47:00 -05:00
parent 58c7b45243
commit 462b0a16b1

View File

@@ -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;