[feature][chat]Add switch to allow human involvement.#1729

This commit is contained in:
jerryjzhang
2024-10-12 16:39:13 +08:00
parent f26845e29b
commit 612f046c0d
6 changed files with 11 additions and 1 deletions

View File

@@ -397,6 +397,7 @@ CREATE TABLE IF NOT EXISTS s2_agent
updated_by varchar(100) null,
updated_at TIMESTAMP null,
enable_search int null,
enable_feedback int null,
PRIMARY KEY (`id`)
); COMMENT ON TABLE s2_agent IS 'agent information table';