mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-04 16:28:00 +08:00
(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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user