mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 04:36:52 +00:00
style: format gate-checked files
This commit is contained in:
@@ -930,9 +930,7 @@ export async function compactEmbeddedPiSessionDirect(
|
||||
if (
|
||||
sanityCheckBaseline > 0 &&
|
||||
tokensAfter >
|
||||
(observedTokenCount !== undefined
|
||||
? sanityCheckBaseline
|
||||
: sanityCheckBaseline * 1.1)
|
||||
(observedTokenCount !== undefined ? sanityCheckBaseline : sanityCheckBaseline * 1.1)
|
||||
) {
|
||||
tokensAfter = undefined; // Don't trust the estimate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user