Voice-named alias of agent. Identical behavior — kept so existing scenario.voiceAgent({ wait: false }) call sites (demos, tests, docs) continue to work unchanged. New code can use either name; the PRD idiom is scenario.agent({ wait: false }).
scenario.voiceAgent({ wait: false })
scenario.agent({ wait: false })
Voice-named alias of agent. Identical behavior — kept so existing
scenario.voiceAgent({ wait: false })call sites (demos, tests, docs) continue to work unchanged. New code can use either name; the PRD idiom isscenario.agent({ wait: false }).