(improvement)(Chat) Agent supports configuring whether to enable simple mode and whether to display debugging information. (#1181)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-06-21 16:02:04 +08:00
committed by GitHub
parent d9de4aabdd
commit e548b57d97
8 changed files with 27 additions and 1 deletions

View File

@@ -322,4 +322,7 @@ alter table s2_sys_parameter rename to s2_system_config;
alter table s2_chat_query add column `parse_time_cost` varchar(1024);
--20240609
alter table s2_user add column `salt` varchar(256) DEFAULT NULL COMMENT 'md5密码盐';
alter table s2_user add column `salt` varchar(256) DEFAULT NULL COMMENT 'md5密码盐';
--20240621
alter table s2_agent add column `visual_config` varchar(2000) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '可视化配置';