Allow injecting structured output middleware in backend request manager#695
Allow injecting structured output middleware in backend request manager#695
Conversation
|
Warning Rate limit exceeded@matdev83 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 23 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
BackendRequestManagerto accept a preconfigured structured output middleware so tests and alternative setups do not have to rely on the global service providerTesting
python -m pytest tests/unit/core/services/test_backend_tool_preservation.py::test_backend_request_manager_uses_injected_structured_output_middleware -q -o addopts=""python -m pytest -o addopts=""Codex Task