Hi there the link you’ve added is unfortunately not working anymore and I am unable to fix the problem the initial post was about. Would you be able to advise me how to do it
paths:
/todo:
get:
operationId: getTODOs
description: Fetches items in a TODO list from the API.
security: []
post:
operationId: updateTODOs
description: Mutates the TODO list.
x-openai-isConsequential: false
Okay, it looks like the issue lies elsewhere – even if you’ve set the x-openai-isConsequential attribute to false, the question may still be repeated and the “allow all” option might not be presented. In this case, please make sure that the operationId attribute is filled in and does not contain any white space characters. Entering a value with spaces in this field will cause the question to continue appearing.