From e561a5b59ad3656db4d46ba9aa0801369b69c69e Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Fri, 25 Apr 2025 14:07:32 +0200 Subject: [PATCH] fix config for CAI_STREAM --- src/cai/repl/commands/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cai/repl/commands/config.py b/src/cai/repl/commands/config.py index 81184e6d..3588cd19 100644 --- a/src/cai/repl/commands/config.py +++ b/src/cai/repl/commands/config.py @@ -122,6 +122,11 @@ ENV_VARS = { "name": "CAI_SUPPORT_INTERVAL", "description": "Number of turns between support agent executions", "default": "5" + }, + 22: { + "name": "CAI_STREAM", + "description": "Boolean to enable real-time, chunked responses instead of full messages.", + "default": "True" }, }