add CAI_WORKSPACE_DIR to /config

This commit is contained in:
Mery-Sanz 2025-05-21 08:55:11 +02:00
parent 1944ccccdb
commit da590c4331
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@ ENV_VARS = {
"default": None
},
24: {
"name": "CAI_WORKSPACE_DIR",
"description": "Path to the current workspace directory",
"default": None
},
25: {
"name": "CAI_STREAM",
"description": "Boolean to enable real-time, chunked responses instead of full messages.",
"default": "True"