Example
The following agent can request user input during conversations:get_user_input. Fill the requested fields and call continue_run() to resume. See Dynamic User Input for the full pattern.
UserControlFlowTools enable agents to pause execution and request input from users during conversations.
get_user_input. Fill the requested fields and call continue_run() to resume. See Dynamic User Input for the full pattern.