update to reflect support for env var config as well as in-ui config

This commit is contained in:
Taylor Wilsdon
2025-02-26 12:38:46 -05:00
parent 9b66637de9
commit c30fd26eeb
3 changed files with 9 additions and 1 deletions

View File

@@ -2002,6 +2002,13 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
- Description: Enables or disables user permission to access workspace tools.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `USER_PERMISSIONS_WORKSPACE_PUBLIC_SHARING`
- Type: `bool`
- Default: `True`
- Description: Enables or disables user ability to share created knowledge, tools, models and prompts publicly (if disabled, can only share to specific users and groups).
- Persistence: This environment variable is a `PersistentConfig` variable.
## Chat Permissions
#### `USER_PERMISSIONS_CHAT_FILE_UPLOAD`