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:
@@ -36,7 +36,7 @@
|
||||
"@coze-studio/publish-manage-hooks": "workspace:*",
|
||||
"@coze-studio/user-store": "workspace:*",
|
||||
"@coze-workflow/base": "workspace:*",
|
||||
"@coze/api": "1.1.0-beta.4",
|
||||
"@coze/api": "1.3.5",
|
||||
"ahooks": "^3.7.8",
|
||||
"classnames": "^2.3.2",
|
||||
"dayjs": "^1.11.7",
|
||||
|
||||
@@ -90,22 +90,19 @@ export const Configuration = () => {
|
||||
onClick={handleSwitchExpand}
|
||||
/>
|
||||
</div>
|
||||
{/* will support soon */}
|
||||
{IS_OPEN_SOURCE ? null : (
|
||||
<div
|
||||
className={classnames(
|
||||
styles.item,
|
||||
compareURI(context?.uri, SESSION_CONFIG_URI) && styles.activate,
|
||||
)}
|
||||
onClick={handleOpenSession}
|
||||
>
|
||||
<IconCozChatSetting
|
||||
className="coz-fg-plus"
|
||||
style={{ marginRight: 4 }}
|
||||
/>
|
||||
{I18n.t('wf_chatflow_101')}
|
||||
</div>
|
||||
)}
|
||||
<div
|
||||
className={classnames(
|
||||
styles.item,
|
||||
compareURI(context?.uri, SESSION_CONFIG_URI) && styles.activate,
|
||||
)}
|
||||
onClick={handleOpenSession}
|
||||
>
|
||||
<IconCozChatSetting
|
||||
className="coz-fg-plus"
|
||||
style={{ marginRight: 4 }}
|
||||
/>
|
||||
{I18n.t('wf_chatflow_101')}
|
||||
</div>
|
||||
<div
|
||||
className={classnames(
|
||||
styles.item,
|
||||
|
||||
@@ -73,8 +73,7 @@ const ProjectIDE: React.FC<ProjectIDEProps> = memo(
|
||||
() => ({
|
||||
view: {
|
||||
widgetRegistries: [
|
||||
// will support soon
|
||||
...(IS_OPEN_SOURCE ? [] : [ConversationRegistry]),
|
||||
ConversationRegistry,
|
||||
WorkflowWidgetRegistry,
|
||||
DatabaseWidgetRegistry,
|
||||
KnowledgeWidgetRegistry,
|
||||
|
||||
Reference in New Issue
Block a user