Skip to content

Enable thinking for agent scenarios only #7320

Enable thinking for agent scenarios only

Enable thinking for agent scenarios only #7320

Triggered via pull request December 12, 2025 19:28
Status Failure
Total duration 5m 35s
Artifacts 1

pr.yml

on: pull_request
Check test cache
54s
Check test cache
Check telemetry events
15s
Check telemetry events
Test (Linux)
2m 2s
Test (Linux)
Test (Windows)
2m 57s
Test (Windows)
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Test (Linux)
Process completed with exit code 2.
Test (Linux)
Process completed with exit code 1.
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use exactly 1024 when configured to 1024: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L602
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:602:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should normalize value of 1 to 1024: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L577
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:577:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should normalize values between 1-1023 to 1024 (Anthropic minimum): src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L552
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:552:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use configured budget when it is the smallest value: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L502
AssertionError: expected undefined to be 5000 // Object.is equality - Expected: 5000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:502:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use the minimum of all caps when all are relevant: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L474
AssertionError: expected undefined to be 19999 // Object.is equality - Expected: 19999 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:474:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should cap thinking_budget at maxOutputTokens - 1 when lower than 32000: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L373
AssertionError: expected undefined to be 15999 // Object.is equality - Expected: 15999 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:373:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should cap thinking_budget at 32000: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L347
AssertionError: expected undefined to be 32000 // Object.is equality - Expected: 32000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:347:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should set thinking_budget for Anthropic family models when configured: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L322
AssertionError: expected undefined to be 15000 // Object.is equality - Expected: 15000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:322:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should set thinking_budget for claude models when configured: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L296
AssertionError: expected undefined to be 10000 // Object.is equality - Expected: 10000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:296:33
Test (Windows)
Process completed with exit code 1.
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use exactly 1024 when configured to 1024: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L602
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:602:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should normalize value of 1 to 1024: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L577
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:577:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should normalize values between 1-1023 to 1024 (Anthropic minimum): src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L552
AssertionError: expected undefined to be 1024 // Object.is equality - Expected: 1024 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:552:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use configured budget when it is the smallest value: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L502
AssertionError: expected undefined to be 5000 // Object.is equality - Expected: 5000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:502:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should use the minimum of all caps when all are relevant: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L474
AssertionError: expected undefined to be 19999 // Object.is equality - Expected: 19999 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:474:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should cap thinking_budget at maxOutputTokens - 1 when lower than 32000: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L373
AssertionError: expected undefined to be 15999 // Object.is equality - Expected: 15999 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:373:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should cap thinking_budget at 32000: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L347
AssertionError: expected undefined to be 32000 // Object.is equality - Expected: 32000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:347:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should set thinking_budget for Anthropic family models when configured: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L322
AssertionError: expected undefined to be 15000 // Object.is equality - Expected: 15000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:322:33
src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts > ChatEndpoint - Anthropic Thinking Budget > customizeCapiBody thinking_budget > should set thinking_budget for claude models when configured: src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts#L296
AssertionError: expected undefined to be 10000 // Object.is equality - Expected: 10000 + Received: undefined ❯ src/platform/endpoint/node/test/copilotChatEndpoint.spec.ts:296:33

Artifacts

Produced during runtime
Name Size Digest
simulation-output-linux-1
154 Bytes
sha256:ea4bcea34b152da609c68a28b94bdfdae96c8f468a0ad0f88b0c9b92a1adbd4d