A dictionary of constants to be used in the autocomplete.
| KEY | TYPE | Description |
|---|---|---|
| maxSupportedWorkspaceFiles | int | Max supported workspace files |
| maxSupportedWorkspaceChunks | int | Max supported workspace chunks |
| maxConcurrentRequests | int | Max concurrent requests |
| fileExtensionToChunkingScheme | dict | Map between the file extensions and their chunking schema |
| idleTimeoutSeconds | int | The idle timeout without any activity before the workspace is refreshed. |