mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-04 00:12:47 +08:00
[feature][chat]Add switch to allow human involvement.#1729
This commit is contained in:
@@ -392,3 +392,6 @@ ALTER TABLE s2_agent RENAME COLUMN model_config TO chat_model_config;
|
||||
ALTER TABLE s2_agent DROP COLUMN prompt_config;
|
||||
ALTER TABLE s2_agent DROP COLUMN multi_turn_config;
|
||||
ALTER TABLE s2_agent DROP COLUMN enable_memory_review;
|
||||
|
||||
--20241012
|
||||
alter table s2_agent add column `enable_feedback` tinyint DEFAULT 1;
|
||||
Reference in New Issue
Block a user