Hi!
Ideally the get_human_input should also have the ability to be async. Right now, it seems impossible to have a code that is fully async because of this.
To do that, there is a need to async the function check_termination_and_human_reply and await the three calls to get_human_input
Thanks
Hi!
Ideally the
get_human_inputshould also have the ability to be async. Right now, it seems impossible to have a code that is fully async because of this.To do that, there is a need to async the function
check_termination_and_human_replyand await the three calls toget_human_inputThanks