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.
user_approval method shows an approval card in the Narada browser UI and waits for the user to choose one of two buttons.
Use this when a Python agent should not continue until a person explicitly approves or rejects the next action.
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 approval step.
The message shown in the approval card.
The label for the button that returns
True.The label for the button that returns
False.Maximum time in seconds to wait for the user response. If omitted, Narada uses the default extension action timeout.
Return Value
True when the user clicks the approve button. False when the user clicks the reject button.UserAbortedError.