You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you do sgpt --create-role empty and you just Enter on this prompt:
Enter role description:
It doesn't let you go through.
If you write "" then it creates a role like this which is also bad:
{"name": "empty", "role": "You are empty\n\"\""}
Big problem though, markdown output is dependent on whether the words APPLY MARKDOWN are in the role, so markdown enabled completely empty roles are not possible.
The text was updated successfully, but these errors were encountered:
This came up in #557
Right now if you do
sgpt --create-role empty
and you just Enter on this prompt:It doesn't let you go through.
If you write
""
then it creates a role like this which is also bad:Big problem though, markdown output is dependent on whether the words
APPLY MARKDOWN
are in the role, so markdown enabled completely empty roles are not possible.The text was updated successfully, but these errors were encountered: