TheDocumentation Index
Fetch the complete documentation index at: https://docs.narada.ai/llms.txt
Use this file to discover all available pages before exploring further.
prompt_for_user_input method shows a form in the Narada browser UI and waits for the user to provide values for one or more workflow variables.
Use this when a Python agent needs structured input before it can continue.
For a higher-level guide covering both human-in-the-loop methods, see Human-in-the-Loop Steps.
Method Signature
Parameters
A stable identifier for this prompt step.
The variables to ask the user to fill. Each variable has:
name: variable nametype: one ofstring,number,boolean,enum,dataTable,object, orarrayrequired: whether the user must provide a valueenum_values: allowed values forenumvariables
Maximum time in seconds to wait for the user response. If omitted, Narada uses the default extension action timeout of 15 seconds.
Return Value
Returns a dictionary keyed by variable name:UserAbortedError.
For dataTable variables, returned values use the canonical table shape: