feat(compact): prune tool results before summarization (round 1)
This commit is contained in:
@@ -69,6 +69,11 @@ describe('gen-tool-catalog assertManifestComplete', () => {
|
||||
// is unlisted, so the guard must fire and name them.
|
||||
expect(() => { assertManifestComplete([]) }).toThrow(/not in the boot manifest/)
|
||||
expect(() => { assertManifestComplete([]) }).toThrow(/tool-bash/)
|
||||
try {
|
||||
assertManifestComplete([])
|
||||
} catch (error) {
|
||||
expect(String(error)).not.toContain('tool-result-prune')
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user