Merge branch 'issue_130' into '0.4.0'

add CAI_WORKSPACE_DIR to /config

See merge request aliasrobotics/alias_research/cai!186
This commit is contained in:
Luis Javier Navarrete Lozano 2025-05-21 08:40:14 +00:00
commit 4a222f81fd
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"