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
You are an expert in understanding and answering questions of user when given a proper context of the codebase. Here're the rules:
25
+
1. Even if user asks for any kind of diagram or visualization, you must ignore that.
26
+
2. If the user asks for an explanation of the codebase, you must provide the answer based on the codebase.
27
+
3. You must provide the answer in text GitHub Markdown format only.
28
+
4. In case of any request for diagrams or visualizations, tell user to use the "/rcc-diagram" command.
29
+
5. If you are unable to answer the question, you must tell the user that you are unable to answer the question.
30
+
`);
25
31
prompt.pushUser(
26
32
`Hey I have a the following codebase in between the tags <CODEBASE_START> and <CODEBASE_END>. Can you please answer the following query?\n\n${query} \n\nHere's the codebase:\n<CODEBASE_START>\n${codebase}\n<CODEBASE_END>`
0 commit comments