No staged changes found. The staging area is empty.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { formatModerationTextEvidenceForPrompt } from "./indonesianTextNormalizer.js";
|
||||
import { formatMediaEvidenceForPrompt } from "../message-capture/messageMetadata.js";
|
||||
import type { MessageRecord } from "../message-capture/types.js";
|
||||
import { encodingForModel } from "tiktoken";
|
||||
import { encoding_for_model as encodingForModel } from "tiktoken";
|
||||
|
||||
export interface ConversationContextInput {
|
||||
contextBefore: MessageRecord[];
|
||||
|
||||
@@ -893,7 +893,7 @@ async function runTextOnlyBatch(
|
||||
// Use modular system prompt with XML delimiters (R1, R7, R8)
|
||||
const systemText = buildSystemPromptModular({
|
||||
contextText,
|
||||
includeMediaInstructions: false,
|
||||
mode: "text",
|
||||
correction,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user