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
"Sure, I will strictly follow my instructions. I will only provide the answer in text format."
86
-
);
87
-
prompt.pushSystem(`
88
-
<STYLEGUIDES_START>
89
-
${styleguides}
90
-
<STYLEGUIDES_END>
91
-
`);
92
-
prompt.pushSystem(`
93
-
<CODEBASE_START>
94
-
${codebase}
95
-
<CODEBASE_END>
96
-
`);
97
-
prompt.pushAssistant(
98
-
"Yeah sure. I understand this codebase very well and I am able to enforce the styleguide rules on the codebase. If I don't know the answer, I'll tell it to you."
99
-
);
100
83
prompt.pushUser(
101
-
"Enforce the styleguide rules on the provided codebase."
0 commit comments