Skip to content

Commit 1424943

Browse files
committed
fix: remove ai agent from config
1 parent e5dfcb3 commit 1424943

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,6 @@ Each class in `columnPreference` can have an array of column configurations:
238238
| `apps[].appId` | String | no | - | - | - | `"myAppId"` | App ID user can access. |
239239
| `apps[].readOnly` | Boolean | yes | `false` | - | - | `true` | Read-only access to this specific app. |
240240

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-
251241
#### CLI & Server Options
252242

253243
| Parameter | Type | Optional | Default | CLI | Env Variable | Example | Description |

0 commit comments

Comments
 (0)