I’m facing an issue where my widget is returning before my tool responds, that being, before the toolOutput is available. This results in undesirable UI content. I’m using state management with an eventlistener for openai:set_globals in React to workaround this, but this is not how other apps work (Coursera app, for instance, waits for all content to be ready before showing the widget).
Am I missing something here?
