Skip to content
3 changes: 2 additions & 1 deletion packages/headless/src/__tests__/harbor-cell.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -3124,14 +3124,15 @@ describe('runHarborCell', () => {
assert.ok(backendInput.recordProviderRequestCapture);
await backendInput.loadSynthesisCache({ sessionId: 'session-1' });
const capture: ProviderRequestCaptureRecord = {
schemaVersion: 1,
schemaVersion: 2,
traceId: 'trace-1',
captureId: 'capture-1',
turnId: 'turn-1',
step: 0,
providerId: 'openai',
modelId: 'gpt-4o-mini',
requestHash: 'sha256:request',
requestPayloadWithoutProviderOptionsHash: 'sha256:shared-request',
requestBytes: 18,
segments: [],
serializedRequest: '{"prompt":"hello"}',
Expand Down
Loading
Loading