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:
@@ -17,15 +17,66 @@
|
||||
"include": ["src", "src/**/*.json"],
|
||||
"exclude": ["./src/**/*.test.ts", "src/**/__tests__/**", "src/test/setup.ts"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../../arch/bot-api/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/bot-env/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/bot-typings/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/bot-utils/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/i18n/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/idl/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/logger/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../arch/slardar-adapter/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-answer-action/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-area-plugin-reasoning/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-area/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-core/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-uikit-shared/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-uikit/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/chat-workflow-render/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/plugin-chat-background/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/plugin-chat-shortcuts/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../common/chat-area/plugin-message-grab/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../common/file-kit/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../components/bot-semi/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../../../../config/eslint-config/tsconfig.build.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user