During plugin development, I found odd behavior by ChatGPT where it would include a “//” comment in the JSON payload to the GET request for my plugin.
Has anyone found ways to prevent it from doing that? It’s generating invalid JSON in the request but I can see no straightforward way to prevent it from doing that through instructions in my OpenAPI spec.