There are no staged changes to commit. The staging area is empty — git status shows a clean working tree with nothing staged.
This commit is contained in:
@@ -277,6 +277,11 @@ export function buildSystemPrompt(options: BuildSystemPromptOptions): string {
|
|||||||
parts.push(FEW_SHOT_EXAMPLES);
|
parts.push(FEW_SHOT_EXAMPLES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dynamic few-shot: corrected false positives from previous moderations
|
||||||
|
if (correctedExamples) {
|
||||||
|
parts.push(correctedExamples);
|
||||||
|
}
|
||||||
|
|
||||||
parts.push(OUTPUT_INSTRUCTIONS);
|
parts.push(OUTPUT_INSTRUCTIONS);
|
||||||
|
|
||||||
// XML-delimited context — prevents prompt injection
|
// XML-delimited context — prevents prompt injection
|
||||||
|
|||||||
Reference in New Issue
Block a user