From 80cd416f3f29182dc217d59f4bc7191aa84c40b7 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:46:10 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index a92b6105..d8970373 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -668,7 +668,6 @@ The format for the JSON response is strictly: - Type: `str` (comma-separated list of module names) - Default: None - Description: Specifies a comma-separated list of Python modules that are blacklisted and cannot be imported or used within the code interpreter. This enhances security by preventing access to potentially sensitive or system-level functionalities. -- Persistence: This environment variable is a `PersistentConfig` variable. #### `CODE_INTERPRETER_PROMPT_TEMPLATE`