AI面试问题生成

This commit is contained in:
2026-01-22 22:11:55 +08:00
parent 49c608d345
commit efbfcb339d
4 changed files with 54 additions and 15 deletions

View File

@@ -2072,7 +2072,7 @@ public class AiCommonPromptConstants {
"4. Avoid cultural bias and discriminatory content\n" +
"5. Don't design complex algorithm questions requiring long thinking time\n" +
"\n" +
"Please generate a high-quality, standardized set of AI interview questions based on the provided job information.\n";
"Please generate a high-quality, standardized set of AI interview questions based on the provided job information.Only return JSON structured data, no other data.\n";
return promptStr;
}