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:
@ -2,10 +2,10 @@
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/common-versions.schema.json",
|
||||
"ensureConsistentVersions": true,
|
||||
"preferredVersions": {
|
||||
"@coze-arch/coze-design": "0.0.6-alpha.101d0c"
|
||||
"@coze-arch/coze-design": "0.0.6-alpha.eec92c"
|
||||
},
|
||||
"allowedAlternativeVersions": {
|
||||
"@coze-arch/coze-design": ["0.0.6-alpha.101d0c"],
|
||||
"@coze-arch/coze-design": ["0.0.6-alpha.eec92c"],
|
||||
"@rspack/cli": ["0.6.0"],
|
||||
"@rspack/core": ["0.6.0", ">=0.7"],
|
||||
"@rspack/plugin-react-refresh": ["0.6.0"],
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"globalOverrides": {
|
||||
"@coze-arch/coze-design": "0.0.6-alpha.101d0c",
|
||||
"@coze-arch/coze-design": "0.0.6-alpha.eec92c",
|
||||
"inversify": "6.0.2",
|
||||
"sass@1.74.1>immutable": "3.8.2",
|
||||
"web-streams-polyfill": "3.3.2",
|
||||
|
||||
1544
common/config/subspaces/default/pnpm-lock.yaml
generated
1544
common/config/subspaces/default/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
|
||||
{
|
||||
"preferredVersionsHash": "92954d50ed42b259ae8eb030b1cd5a4aa3b9319e"
|
||||
"preferredVersionsHash": "683e562f9f3624bdf732fefc244584f915173525"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user