Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Start node now honored in agent-testing scenarios
Thestart_node_id field on an agent-testing scenario is now respected at runtime. Previously the value was stored on the scenario but ignored when the test ran, so every simulation started at the pathway’s default entry point.
- Configure
start_node_id(via the scenarios API or the Scenarios panel in the pathway editor) to begin the simulated conversation at any node in your pathway - Useful for validating a specific branch — like a post-authentication flow or a transfer handoff — without rewiring the pathway
- Leave the field unset (or
null) to keep the existing default-start behavior