|
|
@@ -24,9 +24,12 @@ public class AiChatConversationUpdateMyReqVO {
|
|
|
@Schema(description = "知识库编号", example = "1")
|
|
|
private Long knowledgeId;
|
|
|
|
|
|
- @Schema(description = "角色设定", example = "一个快乐的程序员")
|
|
|
+ @Schema(description = "系统消息", example = "一个快乐的程序员")
|
|
|
private String systemMessage;
|
|
|
|
|
|
+ @Schema(description = "角色设定", example = "一个快乐的程序员")
|
|
|
+ private String description;
|
|
|
+
|
|
|
@Schema(description = "温度参数", example = "0.8")
|
|
|
private Double temperature;
|
|
|
|