[litellm-agent] Staging → litellm_internal_staging (5/18/2026)#28144
[litellm-agent] Staging → litellm_internal_staging (5/18/2026)#28144oss-pr-review-agent-shin[bot] wants to merge 2 commits into
Conversation
…thropic, Bedrock, Vertex) (#28133) Squash-merged by litellm-agent from cwang-otto's PR.
|
@greptile please review |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Greptile SummaryThis PR merges a fix that forwards
Confidence Score: 5/5Safe to merge — the backend change is a targeted one-line forward of an already-present named parameter, and the UI additions are additive with no changes to existing flows. The timeout fix is minimal and well-scoped: one new named argument in No files require special attention. The pre-existing sync/async key-merge asymmetry in
|
| Filename | Overview |
|---|---|
| litellm/responses/litellm_completion_transformation/handler.py | Removes now-dead completion_args dict that was no longer used after previous refactor; timeout is now forwarded via **kwargs |
| litellm/responses/main.py | Forwards timeout or request_timeout to response_api_handler on the completion-transformation path, fixing silent timeout drop for Anthropic/Bedrock/Vertex |
| tests/llm_responses_api_testing/test_anthropic_responses_api.py | Adds mocked regression test verifying timeout is forwarded from aresponses() through to acompletion() |
| ui/litellm-dashboard/src/app/(dashboard)/models-and-endpoints/components/AllModelsTab.tsx | Adds handleTogglePause / pausingModelId state and wires them into the columns factory; uses invalidateQueries for post-PATCH refresh |
| ui/litellm-dashboard/src/components/molecules/models/columns.tsx | Adds pause/resume Switch to the actions column; correctly pairs loading with disabled on pausingModelId to prevent conflicting double-click PATCHes |
| ui/litellm-dashboard/src/components/molecules/models/columns.test.tsx | Adds 7 unit tests for pause/resume toggle covering enabled/disabled states, ARIA labels, handler invocation, and in-flight PATCH guard |
| ui/litellm-dashboard/src/components/model_dashboard/types.ts | Adds optional blocked?: boolean field to ModelInfo interface |
Reviews (2): Last reviewed commit: "feat(ui): add pause/resume Switch to the..." | Re-trigger Greptile
Squash-merged by litellm-agent from Cyberfilo's PR.
|
@greptile please review |
|
Covered in #28337 |
Merged PRs (1)
Auto-updated by litellm-agent on each merge.