fix: Remove '(Optional)' from Voice Map Loading section header
Addresses code review feedback - removing (Optional) prevents agents from skipping the section without evaluating the conditional logic within. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
801b328a5b
commit
9a36a00b17
|
|
@ -64,7 +64,7 @@ Parse CSV manifest to extract agent entries with complete information:
|
|||
|
||||
Build complete agent roster with merged personalities for conversation orchestration.
|
||||
|
||||
### Voice Map Loading (Optional)
|
||||
### Voice Map Loading
|
||||
|
||||
If `agent_voice_map_path` exists, load agent voice configuration:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue