优化问题修改

This commit is contained in:
2026-01-23 21:36:15 +08:00
parent 625259cb80
commit c2085b0ede
6 changed files with 17 additions and 4 deletions

View File

@@ -720,7 +720,7 @@ public class AiCommonPromptConstants {
* @return
*/
public static String initializationAttachmentResultMergingPrompt(String basicInformation, String attachmentContent){
String promptStr = "You are a professional resume writing expert. Please generate a complete resume structure based on the candidate's basic information and analyzed attachment content.\n" +
String promptStr = "You are a professional resume writing expert. Please generate a complete resume structure based on the candidate's basic information and analyzed attachment content.The date should be automatically converted to the standard format of yyyy-MM.\n" +
"\n" +
"Candidate Basic Information:\n" +
basicInformation +