🧭 docs: Document defaultDeferLoading Agents Setting - #762
Open
brenwhyte wants to merge 1 commit into
Open
Conversation
Documents the opt-in endpoints.agents.defaultDeferLoading setting from LibreChat PR #15713: MCP tools newly added to an agent in the Agent Builder start with Defer Loading enabled, gated on the deferred_tools capability, with per-tool user opt-out preserved. - Features/Agents (Deferred Tools): add a note on defaulting Defer Loading on - Agents Endpoint Object Structure: add the defaultDeferLoading reference section and example yaml entry
|
@brenwhyte is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
Documents the new opt-in
endpoints.agents.defaultDeferLoadingsetting introduced by LibreChat PR danny-avila/LibreChat#15713 (implements danny-avila/LibreChat#14004): when enabled alongside thedeferred_toolscapability, MCP tools newly added to an agent in the Agent Builder start with Defer Loading ON. Users can still opt out per tool, and existing agents / saved per-tool choices are unaffected.Changes
content/docs/features/agents.mdx(Deferred Tools section): adds a note explaining the admin default and linking to the config reference.content/docs/configuration/librechat_yaml/object_structure/agents.mdx:## defaultDeferLoadingreference section (OptionTable, defaultfalse, example, notes) following the existing per-key format.# defaultDeferLoading: falseentry in the example yaml block, placed abovecapabilitiesto mirror the main repo'slibrechat.example.yaml.English source only — translated pages can follow via the usual translation pipeline.
Note for maintainers
This documents an unreleased setting; the companion feature PR (danny-avila/LibreChat#15713) should merge first or alongside.