Commit 43de5365 authored by yangyw's avatar yangyw

Merge branch 'refs/heads/feature/20241217_收尾' into sandbox

parents 0bde0ac7 d2ca1edd
......@@ -579,7 +579,7 @@ public class AppChatCompletionService {
customVariables.put("Position", userPrincipal.getPosition());
customVariables.put("Department", userPrincipal.getShopName());
customVariables.put("UserId", userPrincipal.getUserId());
reqBody.put("custom_variables", customVariables);
// reqBody.put("custom_variables", customVariables);
final String[] thoughtContent = {""};
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