Open
Description
Hello. I want to implement human in the loop for my Parallel Agents. When a tool called human_input_request is called I break from the runner and save the function call for a later execution. When I execute the function I add the event to the session just like the runner would but I can t find a way to start the runner without providing a new message from the user which in my case doesn't make sense, I just want to run the runner where it left of.
TL;DR: Is there a way to run_async the runner without a new message from the user?