(improvement)(headless)Introduce side_information to the prompt and exemplar.

This commit is contained in:
jerryjzhang
2024-07-18 11:29:07 +08:00
parent f30c74c18f
commit 2eac301076
16 changed files with 128 additions and 165 deletions

View File

@@ -356,4 +356,7 @@ alter table s2_agent add column `prompt_config` text COLLATE utf8_unicode_ci DEF
alter table s2_agent add `model_config` text null;
--20240710
alter table s2_agent add `enable_memory_review` tinyint DEFAULT 0;
alter table s2_agent add `enable_memory_review` tinyint DEFAULT 0;
--20240718
alter table s2_chat_memory add `side_info` TEXT DEFAULT NULL COMMENT '辅助信息';