Commit d2ca1edd authored by yangyw's avatar yangyw

feature: 修改提示

parent 1e31e0b2
...@@ -571,7 +571,7 @@ public class AppChatCompletionService { ...@@ -571,7 +571,7 @@ public class AppChatCompletionService {
customVariables.put("Position", userPrincipal.getPosition()); customVariables.put("Position", userPrincipal.getPosition());
customVariables.put("Department", userPrincipal.getShopName()); customVariables.put("Department", userPrincipal.getShopName());
customVariables.put("UserId", userPrincipal.getUserId()); customVariables.put("UserId", userPrincipal.getUserId());
reqBody.put("custom_variables", customVariables); // reqBody.put("custom_variables", customVariables);
final String[] thoughtContent = {""}; final String[] thoughtContent = {""};
final String[] replyContent = {""}; final String[] replyContent = {""};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment