Hi there,
I have implemented the model state management in my app exactly as described here: Managing State via both ui/update-model-context and setWidgetState depending on what’s shared.
However I have noticed on native mobile (testing the ChatGPT app via an internal app shared in my workspce) the model doesn’t seem to be aware of any state changes made through the modelContent field? On desktop web, ChatGPT is very much aware of any UI change shared with the model using the exact same way. I have checked this by further prompting while my widget is in full screen and asking ChatGPT information about the UI.
Am I missing something? Why isn’t this working on mobile as expected?
Thanks