From ccc63a897832b9f00f5bb01c6980e52d201dd161 Mon Sep 17 00:00:00 2001 From: Jeff <33599649+Fu-Jie@users.noreply.github.com> Date: Thu, 12 Jun 2025 23:16:55 +0800 Subject: [PATCH] Update env-configuration.md docs: document env variables for enabling follow-up generation and default prompt template --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 4e498200..c88f0d82 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -494,7 +494,7 @@ JSON format: { "title": "your concise title here" } - Type: `bool` - Default: `True` -- Description: Enables or disables tag generation. +- Description: Enables or disables follow up generation. - Persistence: This environment variable is a `PersistentConfig` variable. #### `FOLLOW_UP_GENERATION_PROMPT_TEMPLATE`