字段修改
This commit is contained in:
@@ -30,7 +30,7 @@ public class TbAgent extends BaseDTO{
|
||||
private String apiKey;
|
||||
|
||||
@Schema(description = "是否是对外智能体,未登录可用")
|
||||
private Boolean outer;
|
||||
private Boolean isOuter;
|
||||
|
||||
@Schema(description = "引导词")
|
||||
private String introduce;
|
||||
|
||||
@@ -36,7 +36,7 @@ public class AgentVO extends BaseVO{
|
||||
private String apiKey;
|
||||
|
||||
@Schema(description = "是否是对外智能体,未登录可用")
|
||||
private Boolean outer;
|
||||
private Boolean isOuter;
|
||||
|
||||
@Schema(description = "引导词")
|
||||
private String introduce;
|
||||
|
||||
Reference in New Issue
Block a user