TASK:LLM;

This commit is contained in:
shahaibo
2025-05-22 12:27:00 +08:00
parent 5a0fb6fd3f
commit cd20bdd88f

View File

@@ -101,6 +101,7 @@ public class LLMServiceImpl implements LLMService {
jsonBodyObject.put("message", prompt);
jsonBodyObject.put("enable_thinking", enableThinking);
jsonBodyObject.put("process", !StringUtils.isEmpty(process) ? process : "");
jsonBodyObject.put("is_create_projectr", !StringUtils.isEmpty(process));
// 1. 存储用户输入
ChatMessage userMessage = new ChatMessage();