新增字段返回
This commit is contained in:
@@ -10,4 +10,8 @@ public class DifyCommunityTargetResult {
|
||||
private String commentAnswer;
|
||||
|
||||
private String targetType;
|
||||
|
||||
private String keyWords;
|
||||
|
||||
private String targetTag;
|
||||
}
|
||||
|
||||
@@ -31,9 +31,6 @@ public class AiAnalysisRequestLogs {
|
||||
@TableField("dify_request")
|
||||
private String difyRequest; // JSON 字符串
|
||||
|
||||
@TableField("business_response")
|
||||
private String businessResponse; // JSON 字符串
|
||||
|
||||
@TableField("dify_response")
|
||||
private String difyResponse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user