File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -238,16 +238,6 @@ Each class in `columnPreference` can have an array of column configurations:
238
238
| ` apps[].appId ` | String | no | - | - | - | ` "myAppId" ` | App ID user can access. |
239
239
| ` apps[].readOnly ` | Boolean | yes | ` false ` | - | - | ` true ` | Read-only access to this specific app. |
240
240
241
- ##### AI Agent Configuration (` agent ` )
242
-
243
- | Parameter | Type | Optional | Example | Description |
244
- | -----------| ------| ----------| ---------| -------------|
245
- | ` models ` | Array< ; Object> ; | no | ` [{...}] ` | Array of AI model configurations. |
246
- | ` models[].name ` | String | no | ` "ChatGPT 4.1" ` | Display name for AI model. |
247
- | ` models[].provider ` | String | no | ` "openai" ` | AI provider (currently only ` "openai" ` ). |
248
- | ` models[].model ` | String | no | ` "gpt-4.1" ` | Model name from provider. |
249
- | ` models[].apiKey ` | String | no | ` "sk-..." ` | API key for authentication. |
250
-
251
241
#### CLI & Server Options
252
242
253
243
| Parameter | Type | Optional | Default | CLI | Env Variable | Example | Description |
You can’t perform that action at this time.
0 commit comments