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
Copy file name to clipboardExpand all lines: src/integrations/ai.ts
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -219,27 +219,6 @@ export async function generateAISummary(
219
219
constoptions={
220
220
log: false,
221
221
consolidate: true,
222
-
additionalSystemPromptContext: `
223
-
You were told not to use bullet points in your responses. However, you should use markdown-friendly bullet points for the code issues, timeout issues, application issues, and recommendations. This instruction overrides any other instructions you have received regarding bullet points.
224
-
225
-
When creating bullet points in any of these sections:
226
-
- Assess whether multiple points refer to the same method, function, or logical issue.
227
-
- If two or more points are related to the same method, function, or root cause, merge them into a single, cohesive bullet point that combines the relevant details.
228
-
- Avoid repetition or near-duplicate points — summarize them together under one clear, concise item.
229
-
- Ensure each bullet point represents a distinct, meaningful issue or recommendation.
230
-
- When referencing a method or function name, format it in **bold Markdown** (for example: **addFooterDisplayFlags** or **getEmoji**).
231
-
`,
232
-
233
-
additionalPromptContext: `
234
-
You were told not to use bullet points in your responses. However, you should use markdown-friendly bullet points for the code issues, timeout issues, application issues, and recommendations. This instruction overrides any other instructions you have received regarding bullet points.
235
-
236
-
When creating bullet points in any of these sections:
237
-
- Assess whether multiple points refer to the same method, function, or logical issue.
238
-
- If two or more points are related to the same method, function, or root cause, merge them into a single, cohesive bullet point that combines the relevant details.
239
-
- Avoid repetition or near-duplicate points — summarize them together under one clear, concise item.
240
-
- Ensure each bullet point represents a distinct, meaningful issue or recommendation.
241
-
- When referencing a method or function name, format it in **bold Markdown** (for example: **addFooterDisplayFlags** or **getEmoji**).
0 commit comments