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 the above specified format only."
84
-
);
85
-
prompt.pushSystem(`
86
-
HERE'RE THE NODES OF THE CODEBASE TO USE AS CONTEXT:
87
-
<CODEBASE_START>
88
-
${codebase}
89
-
</CODEBASE_END>
90
-
`);
91
-
prompt.pushAssistant(
92
-
"Yeah sure. If I don't know the answer, I'll tell it to you."
81
+
prompt.pushUser(
82
+
`Hey can you explain why this \`${query}\` entity is used in the following codebase? Here's the codebase:\n\n<CODEBASE_START>\n${codebase}\n<CODEBASE_END>`
0 commit comments