From 99ea1f382767d2b798710db40cb72df15bda5ac0 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 14 May 2025 22:01:21 +0200 Subject: [PATCH] RESPONSE_WATERMARK docs --- docs/getting-started/env-configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 54adea8..9983a63 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -141,6 +141,13 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Description: Enables or disables user webhooks. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `RESPONSE_WATERMARK` + +- Type: `str` +- Default: Empty string (' ') +- Description: Sets a custom text that will be included when you copy a message in the chat. E.g. `"This text is AI generated"` -> will add "This text is AI generated" to every message, when copied. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `THREAD_POOL_SIZE` - Type: `int`