Is it possible (or could it be) to set up some sort of timer that waits for a user's input but then either populates a variable that can be fed into a condition block or even just routes from the user input after a certain time with no input?
I'd like to keep a conversation going with a user with my 'Ask Assistant' block but then get the total thread token usage from OpenAI after the conversation is done (after a certain time with no user interaction) and potentially also send a final message and reset the thread.
Other applications of this could also include triggering a subsequent "Are you still there?" message, etc.