set_text
set_text
Set the step’s prompt text directly. Cannot be used with add_section() or
add_bullets().
Mixing set_text() with add_section() or add_bullets() raises ValueError.
Use one approach or the other.
Parameters
text
Plain-text prompt instructions for this step.
Returns
Step — Self for method chaining.