docs(config): document auxiliary.<task>.fallback_chain in config reference - #47396
Closed
joyjit wants to merge 1 commit into
Closed
docs(config): document auxiliary.<task>.fallback_chain in config reference#47396joyjit wants to merge 1 commit into
joyjit wants to merge 1 commit into
Conversation
…rence The per-task fallback_chain option works (agent/auxiliary_client.py::_try_configured_fallback_chain) and was documented on the Fallback Providers page, but was missing from the Full auxiliary config reference where users actually look. Add fallback_chain to the auxiliary YAML reference, a focused subsection with a compression-fallback example, and a cross-link to the Fallback Providers ladder. Closes NousResearch#46618
Contributor
|
Closing as a duplicate of #46846, which documents the same |
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.
What
auxiliary.<task>.fallback_chainalready works (agent/auxiliary_client.py::_try_configured_fallback_chain) and is documented on the Fallback Providers page, but it was missing from the Full auxiliary config reference inconfiguration.md— where users actually look.Changes (docs-only)
fallback_chainto the auxiliary YAML reference.Zero code risk; "test" = docs build/review.
Closes #46618