docs(skills/hindsight-docs): mirror per-provider reranker HTTP timeout env vars from #1810#1816
Open
r266-tech wants to merge 1 commit into
Open
Conversation
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.
PR #1810 added 8 new
HINDSIGHT_API_RERANKER_<PROVIDER>_TIMEOUTenv vars to the operator-facing reranker section ofhindsight-docs/docs/developer/configuration.md, but the agent-facing skills mirror atskills/hindsight-docs/references/developer/configuration.mdstill ends the per-provider timeout coverage at the legacyTEI_HTTP_TIMEOUT. This PR ports the 8 missed rows verbatim, each placed adjacent to its provider's existing API_KEY/MODEL/BASE_URL row in the order main docs uses:HINDSIGHT_API_RERANKER_OPENROUTER_TIMEOUTHINDSIGHT_API_RERANKER_COHERE_TIMEOUTHINDSIGHT_API_RERANKER_LITELLM_TIMEOUTHINDSIGHT_API_RERANKER_LITELLM_SDK_TIMEOUTHINDSIGHT_API_RERANKER_ZEROENTROPY_TIMEOUTHINDSIGHT_API_RERANKER_SILICONFLOW_TIMEOUTHINDSIGHT_API_RERANKER_ALIBABA_TIMEOUTHINDSIGHT_API_RERANKER_GOOGLE_TIMEOUTNo behavioral change; pure dual-doc mirror sync so agents reading the skills snapshot see the same operational knobs as operators tuning a slow remote reranker.