What constitutes a change to ai-plugin.json

We have an active plugin but we are changing the way we generate our ai-plugin.json. I know that a change to this file would(or may) result in the plugin being removed from the store. However, I’m unsure of what OpenAI’s logic considers a change. Does it compare the ai-plugin.json versions byte-by-byte, or does it parse the json and compare the keys and values? If the latter, does the order of keys matter? Thanks

Welcome to the forum!

I think you need to work on the assumption that it’s a byte wise check even if it’s not.

3 Likes

And so we did, and our plugin still lives! Thanks Foxabilo!

1 Like