Feature on website and app to save a permanent prompt

I would like the ability, when using the app or website, to save a “permanent prompt”. Specifically I would like to add “Prefer “async function x” syntax over “const x = async () =>” syntax when writing typscript in responses”

I get that it sees more examples of the latter in its training base. But I and my team all prefer the former.

1 Like

See,

Edit:

Alternately, you could just take the code as it is and use a linter to make the code conform to your style.

Even better alternative, write a linter plugin for ChatGPT.