From ff3dd664362783c322963b8475b69821276ec302 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 22 Jul 2026 12:22:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Mark=20stateful=20sessio?= =?UTF-8?q?ns=20experimental?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librechat.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/librechat.example.yaml b/librechat.example.yaml index e767318cd2..c19583e7a7 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -440,6 +440,7 @@ endpoints: # capabilities: ["deferred_tools", "execute_code", "file_search", "web_search", "artifacts", "subagents", "actions", "context", "skills", "memory", "ask_user_question", "tools", "chain", "ocr"] # # The following capabilities are opt-in and must be added explicitly: # # "programmatic_tools", "stateful_code_sessions", "run_in_background" + # # "stateful_code_sessions" is highly experimental and may change substantially. # # (optional) Require user approval before matching tool calls. Disabled by default. # toolApproval: # enabled: true