## Motivation - Agents config now need to express an array of complex config object values - This is best done by using array of tables syntax `[[array.name]]` syntax - The config generator does not currently support this syntax ## Required Features - Ensure config generator can handle the array of tables syntax ## Impact - The sample config generated by this script will necessarily change due to this change - As this is only user-facing data, the impact on actual runtime should remain minimal ## Testing Scenarios - Test by generating AgentUnifiedConfig with table values JIRA Issue: BA-2750