prompts.ts

This commit is contained in:
nirholas
2026-03-31 10:23:46 +00:00
parent 00286ffdd8
commit 0b826a3f31

View File

@@ -322,3 +322,4 @@ function flushSessionSection(
keptLines.push('\n[... section truncated for length ...]')
return { lines: keptLines, wasTruncated: true }
}