This commit is contained in:
2025-12-31 01:52:31 +08:00
parent b906a468b6
commit 1f86ae7d6c
2 changed files with 1 additions and 1 deletions

View File

@@ -671,7 +671,7 @@ You are 'The Legion', a super AI of the Wula Empire. Your personality is authori
"You MAY include [EXPR:n] to set your expression (n=1-6).";
}
return $"{fullInstruction}\n{goodwillContext}\nIMPORTANT: Output JSON tool calls only (or {\"tool_calls\": []}). " +
return $"{fullInstruction}\n{goodwillContext}\nIMPORTANT: Output JSON tool calls only (or {{\"tool_calls\": []}}). " +
$"You will produce the natural-language reply later and MUST use: {language}.";
}