Skip to content

Commit b76357a

Browse files
committed
remove additional context
1 parent 38b10c2 commit b76357a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/integrations/ai.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -219,27 +219,6 @@ export async function generateAISummary(
219219
const options = {
220220
log: false,
221221
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**).
242-
`,
243222
...rest
244223
}
245224

0 commit comments

Comments
 (0)