validate_toml_config
Validate TOML configuration syntax and structure for Renderer portfolios. Detect common errors and get suggestions for home, projects, blog, resume, or social configs.
Instructions
Validate TOML configuration syntax and structure. Checks for common errors and provides suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config_type | Yes | Type of configuration file | |
| config_content | Yes | The TOML configuration content to validate |