字段修改

This commit is contained in:
2025-12-19 17:17:27 +08:00
parent 428b8ce28e
commit cc372bc7ea
7 changed files with 32 additions and 16 deletions

View File

@@ -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;

View File

@@ -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;