feat(llm): mark compaction requests with x-deepseek-harness-compact header
This commit is contained in:
@@ -1094,6 +1094,7 @@ describe('default one-shot summarizer', () => {
|
||||
maxTokens: 321,
|
||||
signal: SIGNAL,
|
||||
sessionId: session.id,
|
||||
compact: true,
|
||||
})
|
||||
const instruction = adapter.lastOptions?.messages.at(-1)?.content[0]
|
||||
expect(instruction?.type === 'text' ? instruction.text : '').toContain('## Primary Request and Intent')
|
||||
|
||||
Reference in New Issue
Block a user