Skip to content

feat(agents): support expanded reasoning response in agent chat#2634

Open
ks93 wants to merge 5 commits into
masterfrom
feat/support-expanded-reasoning-response
Open

feat(agents): support expanded reasoning response in agent chat#2634
ks93 wants to merge 5 commits into
masterfrom
feat/support-expanded-reasoning-response

Merge branch 'master' into feat/support-expanded-reasoning-response

5eac212
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 14, 2026 in 1s

93.04% (-0.04%) compared to 8a8a106

View this Pull Request on Codecov

93.04% (-0.04%) compared to 8a8a106

Details

Codecov Report

❌ Patch coverage is 95.31250% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.04%. Comparing base (8a8a106) to head (5eac212).
⚠️ Report is 36 commits behind head on master.

Files with missing lines Patch % Lines
cognite/client/data_classes/agents/chat.py 94.91% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2634      +/-   ##
==========================================
- Coverage   93.08%   93.04%   -0.04%     
==========================================
  Files         486      486              
  Lines       49671    49728      +57     
==========================================
+ Hits        46235    46271      +36     
- Misses       3436     3457      +21     
Files with missing lines Coverage Δ
cognite/client/data_classes/agents/__init__.py 100.00% <ø> (ø)
tests/tests_unit/test_api/test_agents_chat.py 100.00% <100.00%> (ø)
cognite/client/data_classes/agents/chat.py 97.52% <94.91%> (-0.60%) ⬇️

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.