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
fix: Remove Environment Variable column from table, keep as note
- Remove the Environment Variable column from the AI Agent config table
- Keep environment variable information as a note below the table
- Properly align table columns for better readability
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
|`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
-
> When using the `PARSE_DASHBOARD_AGENT_CONFIG` environment variable, provide the complete agent configuration as a JSON string. For example:
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