Chat input flow confusing when HITL node is present
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3587427. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <p>In playground mode we have an edge case.</p> <p>Lets say we have a flow that has a HIL (e.g. prompt choice input) and a chat input that executes later. Now due to the presence of chat input, the playground doesn't auto-trigger itself, and wait for the input. However, this leads to a situation where the user doesn't get to see the Prompt question, until they interact with the playground.</p> <p>This leads to buggy behaviour were, user percieves inverstion of flow.</p> <p>Instead of "HIL-&gt;Chat Input-&gt;" they get to experience "Chat Input -&gt;HIL"</p>
issue