Skip to content

Commit d850603

Browse files
style: Further improve AI agent config table alignment
Adjust column widths for better visual consistency and readability. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 34d0f62 commit d850603

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,14 +1295,14 @@ To configure the AI agent for your dashboard, you need to add the `agent` config
12951295
}
12961296
```
12971297

1298-
| Parameter | Type | Required | Description |
1299-
|-----------------------------|--------|----------|--------------------------------------------------------------------------|
1300-
| `agent` | Object | Yes | The AI agent configuration object. |
1301-
| `agent.models` | Array | Yes | Array of AI model configurations available to the agent. |
1302-
| `agent.models[*].name` | String | Yes | The display name for the model (e.g., `ChatGPT 4.1`). |
1303-
| `agent.models[*].provider` | String | Yes | The AI provider identifier (e.g., "openai"). |
1304-
| `agent.models[*].model` | String | Yes | The specific model name from the provider (e.g., `gpt-4.1`). |
1305-
| `agent.models[*].apiKey` | String | Yes | The API key for authenticating with the AI provider. |
1298+
| Parameter | Type | Required | Description |
1299+
|-----------------------------|--------|----------|--------------------------------------------------------------|
1300+
| `agent` | Object | Yes | The AI agent configuration object. |
1301+
| `agent.models` | Array | Yes | Array of AI model configurations available to the agent. |
1302+
| `agent.models[*].name` | String | Yes | The display name for the model (e.g., `ChatGPT 4.1`). |
1303+
| `agent.models[*].provider` | String | Yes | The AI provider identifier (e.g., "openai"). |
1304+
| `agent.models[*].model` | String | Yes | The specific model name from the provider (e.g., `gpt-4.1`). |
1305+
| `agent.models[*].apiKey` | String | Yes | The API key for authenticating with the AI provider. |
13061306

13071307
> [!Note]
13081308
> The agent configuration can also be set via the `PARSE_DASHBOARD_AGENT_CONFIG` environment variable. Provide the complete agent configuration as a JSON string:

0 commit comments

Comments
 (0)