You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
|`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. |
1306
1306
1307
1307
> [!Note]
1308
1308
> 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