HitlHelperToolsDemoAgent
object HitlHelperToolsDemoAgent
Example agent using the built-in HITL helper tools RequestInputTool and GetUserChoiceTool.
Unlike HitlDemoAgent (which gates a @Tool behind approve/reject confirmation), these let the agent ask the user for free-form input or to pick from options. Both pause the invocation until the caller injects a matching FunctionResponse, mirroring Python ADK.