Hey guys, I’m wondering if anyone has thought about how app versioning is going to work with ChatGPT Apps; will we have to re-submit an app if we make changes to the individual widget HTML structure or will OpenAI automatically refresh the cached widget HTML periodically?
1 Like
This is the documentation reference:
Re-submission for changes
Once your app is published, tool names, signatures, and descriptions are locked for safety. To add or update your app’s tools or metadata, you must resubmit the app for review. Once your resubmission is approved, you can publish the update which will replace the previous version of your app.
You’re correct though, it is unclear what exactly the “signatures” are and how the widgets will be locked in.
Will the remotely loaded js and css be pulled and cached with the app version?
Will we have to support prior versions and for how long?