fix(ui): align trajectory checks with inspection ledger

This commit is contained in:
_Kerman
2026-07-28 10:17:44 +08:00
parent a509a3f81f
commit fb3e4effba
5 changed files with 49 additions and 47 deletions

View File

@@ -1107,6 +1107,11 @@ describe('default one-shot summarizer', () => {
expect(output).toEqual({
summary: [{ type: 'text', text: 'public summary' }],
rawOutput: [
{ type: 'reasoning', text: 'private' },
{ type: 'text', text: 'public summary' },
{ type: 'tool-call', id: CallId('unexpected'), name: 'x', arguments: '{}' },
],
provider: MODEL,
model: MODEL,
maxTokens: 321,