feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765)

Co-authored-by: Yu Yang <72337138+tomasyu985@users.noreply.github.com>
Co-authored-by: zengxiaohui <csu.zengxiaohui@gmail.com>
Co-authored-by: lijunwen.gigoo <lijunwen.gigoo@bytedance.com>
Co-authored-by: lvxinyu.1117 <lvxinyu.1117@bytedance.com>
Co-authored-by: liuyunchao.0510 <liuyunchao.0510@bytedance.com>
Co-authored-by: haozhenfei <37089575+haozhenfei@users.noreply.github.com>
Co-authored-by: July <jiangxujin@bytedance.com>
Co-authored-by: tecvan-fe <fanwenjie.fe@bytedance.com>
This commit is contained in:
Zhj
2025-08-28 21:53:32 +08:00
committed by GitHub
parent bbc615a18e
commit d70101c979
503 changed files with 48036 additions and 3427 deletions

View File

@@ -57,6 +57,7 @@ var path2Table2Columns2Model = map[string]map[string]map[string]any{
"background_image_info_list": []*bot_common.BackgroundImageInfo{},
"database_config": []*bot_common.Database{},
"shortcut_command": []string{},
"layout_info": &bot_common.LayoutInfo{},
},
"single_agent_version": {
// "variable": []*bot_common.Variable{},
@@ -71,6 +72,7 @@ var path2Table2Columns2Model = map[string]map[string]map[string]any{
"background_image_info_list": []*bot_common.BackgroundImageInfo{},
"database_config": []*bot_common.Database{},
"shortcut_command": []string{},
"layout_info": &bot_common.LayoutInfo{},
},
"single_agent_publish": {
"connector_ids": []int64{},
@@ -154,6 +156,17 @@ var path2Table2Columns2Model = map[string]map[string]map[string]any{
"node_execution": {},
"workflow_snapshot": {},
"connector_workflow_version": {},
"chat_flow_role_config": {},
"app_conversation_template_draft": {},
"app_conversation_template_online": {},
"app_static_conversation_draft": {},
"app_static_conversation_online": {},
"app_dynamic_conversation_draft": {},
"app_dynamic_conversation_online": {},
},
"domain/openauth/openapiauth/internal/dal/query": {
@@ -191,6 +204,9 @@ var path2Table2Columns2Model = map[string]map[string]map[string]any{
"publish_config": appEntity.PublishConfig{},
},
},
"domain/upload/internal/dal/query": {
"files": {},
},
}
var fieldNullablePath = map[string]bool{