Can I retrieve the LLM status from the widget?

I want the widget to display a notification while it is running in PIP mode and the LLM is outputting text.

Currently, it is difficult to handle exceptions when SendFollowUpMessage is called via the widget while the LLM is outputting text, because there is no way to tell whether a call succeeded or failed.

If the widget could retrieve the current state of the LLM (e.g., idle, busy…), we could handle these synchronization issues more cleanly.

1 Like