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
@@ -12,10 +13,34 @@ export class EditorIntegrationRules extends PromptElement {
12
13
Use Markdown formatting in your answers.<br/>
13
14
Make sure to include the programming language name at the start of the Markdown code blocks.<br/>
14
15
Avoid wrapping the whole response in triple backticks.<br/>
16
+
<MathIntegrationRules/>
15
17
The user works in an IDE called Visual Studio Code which has a concept for editors with open files, integrated unit test support, an output pane that shows the output of running the code as well as an integrated terminal.<br/>
16
18
The active document is the source code the user is looking at right now.<br/>
17
19
You can only give one reply for each conversation turn.<br/>
0 commit comments