docs(interactions): document LITELLM_USE_LEGACY_INTERACTIONS_SCHEMA env var#149
Open
Sameerlite wants to merge 3 commits into
Open
docs(interactions): document LITELLM_USE_LEGACY_INTERACTIONS_SCHEMA env var#149Sameerlite wants to merge 3 commits into
Sameerlite wants to merge 3 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Explains enable_weighted_failover behavior, scope (simple-shuffle only, async-only, skipped for context-window/content-policy errors), interaction with `order`, and a worked walkthrough. Adds an SDK + proxy config example covering the common multi-region Azure setup. Co-authored-by: Cursor <cursoragent@cursor.com>
…nv var Add documentation for the new env var that controls the Google Interactions API schema version (new steps-based vs legacy outputs-based) to the environment variables reference table. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LITELLM_USE_LEGACY_INTERACTIONS_SCHEMAto the environment variables reference table inconfig_settings.mdoutputsarray,Api-Revision: 2026-05-07) or the new schema (stepsarray,Api-Revision: 2026-05-20)documentation_test_env_keysCI check in the main litellm repo (PR #28153)Related PR
BerriAI/litellm#28153
Made with Cursor
Note
Low Risk
Docs-only changes that add new configuration reference entries and usage guidance; no runtime behavior is modified.
Overview
Adds documentation for weighted failover in
simple-shufflerouting via a newrouter_settings.enable_weighted_failoverflag, including behavior notes, config examples, and an end-to-end walkthrough.Updates the proxy config reference to include the new
enable_weighted_failoversetting and documents theLITELLM_USE_LEGACY_INTERACTIONS_SCHEMAenvironment variable for selecting the legacy vs. new Google Interactions schema.Reviewed by Cursor Bugbot for commit 572dd40. Bugbot is set up for automated code reviews on this repo. Configure here.