Skip to content

feat: add OpenAI Responses routing

a84517d
Select commit
Loading
Failed to load commit list.
Open

feat: add OpenAI Responses routing for chat #770

feat: add OpenAI Responses routing
a84517d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 12, 2026 in 1s

87.25% (+0.19%) compared to 4942d6c

View this Pull Request on Codecov

87.25% (+0.19%) compared to 4942d6c

Details

Codecov Report

❌ Patch coverage is 90.29536% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.25%. Comparing base (4942d6c) to head (a84517d).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/ruby_llm/providers/openai/responses.rb 86.51% 12 Missing ⚠️
lib/ruby_llm/providers/openai.rb 92.85% 5 Missing ⚠️
lib/ruby_llm/providers/openai/streaming.rb 92.85% 3 Missing ⚠️
lib/ruby_llm/providers/openai/tools.rb 88.88% 2 Missing ⚠️
lib/ruby_llm/stream_accumulator.rb 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #770      +/-   ##
==========================================
+ Coverage   87.05%   87.25%   +0.19%     
==========================================
  Files         119      120       +1     
  Lines        5594     5820     +226     
  Branches     1407     1475      +68     
==========================================
+ Hits         4870     5078     +208     
- Misses        724      742      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.