Request human input
Pause automation while a person provides one response. human.request is
asynchronous only: it returns a ToolCall that remains in requires_input until
the response is submitted or the request expires.
Request a response
The Runtime must be active. Human input can be used with browser, desktop, and spreadsheet Runtime types.
Request parameters
Complete the request
Submit the response with the ToolCall ID, then read the completed result:
The result is a JSON value: a string, number, boolean, null, array, or
object. Cancel an outstanding request with
bctrl.toolCalls.cancel(call.id). An expired or cancelled request does not
produce a human response.

