mirror of
https://github.com/wassname/pi-dynamic-context-pruning.git
synced 2026-06-27 16:46:12 +08:00
fix: prefix overlap error with [compress] for tool identification
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ export function registerCompressTool(
|
||||
: 'none available — all visible messages are covered by existing blocks'
|
||||
|
||||
throw new Error(
|
||||
`Range {startId: "${startId}", endId: "${endId}"} overlaps existing summaries: ${overlapInfo}. ` +
|
||||
`[compress] Range {startId: "${startId}", endId: "${endId}"} overlaps existing summaries: ${overlapInfo}. ` +
|
||||
`Available ranges: ${gapInfo}`,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user