(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

@@ -356,6 +356,7 @@ CREATE TABLE IF NOT EXISTS s2_agent
config varchar(2000) null,
llm_config varchar(2000) null,
multi_turn_config varchar(2000) null,
visual_config varchar(2000) null,
created_by varchar(100) null,
created_at TIMESTAMP null,
updated_by varchar(100) null,