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

@@ -7,6 +7,7 @@
"maintainers": [],
"exports": {
".": "./src/index.ts",
"./configs": "./src/configs.ts",
"./build": "./scripts/build.ts",
"./typings": "./src/typings.d.ts",
"./runtime": "./src/runtime/index.ts"
@@ -14,6 +15,9 @@
"main": "src/index.ts",
"typesVersions": {
"*": {
"configs": [
"./src/configs.ts"
],
"build": [
"./scripts/build.ts"
],

View File

@@ -3769,5 +3769,29 @@
"workspace_develop": "Development",
"workspace_develop_search_project": "Search for projects",
"workspace_library_search": "Search resources",
"workspace_no_permission_access": "No permission to access this workspace."
"workspace_no_permission_access": "No permission to access this workspace.",
"web_sdk_add_new_conversation": "Create a new conversation",
"store_start_new_chat": "Add chat",
"sendFailed": "Send failed",
"chat_voice_input_need_focus": "Click to activate input",
"web_sdk_create_conversation": "A new session has been created",
"web_sdk_conversation_history": "conversation history",
"web_sdk_conversation_default_name": "Newly created session",
"web_sdk_delete": "delete",
"web_sdk_delete_conversation": "Delete session",
"web_sdk_rename_conversation": "rename session",
"web_sdk_confirm": "OK",
"web_sdk_cancel": "cancel",
"web_sdk_open_conversations": "Expand Sidebar",
"unbind_notification": "Notification: Agent has been unbinded.",
"profile_history_today": "Today",
"log_pay_wall_date_filter_30_days": "Past 30 days",
"web_sdk_past": "past",
"404_title": "Sorry, this page doesn't exist",
"404_content": "Please check your link or try again",
"overview_bi_assistant_system_error": "System error. Please try again later.",
"web_sdk_retry_notification": "Please try again later.",
"chatInputPlaceholder": "Send message",
"web_sdk_official_banner": "Powered by {docs_link}. AI-generated content for reference only.",
"web_sdk_official_banner_link": "coze"
}

View File

@@ -3817,5 +3817,29 @@
"workspace_develop": "项目开发",
"workspace_develop_search_project": "搜索项目",
"workspace_library_search": "搜索资源",
"workspace_no_permission_access": "无法查看空间"
"workspace_no_permission_access": "无法查看空间",
"web_sdk_add_new_conversation": "创建新会话",
"store_start_new_chat": "新增对话",
"sendFailed": "发送失败",
"chat_voice_input_need_focus": "点击当前对话区激活输入框",
"web_sdk_create_conversation": "已创建新会话",
"web_sdk_conversation_history": "会话历史",
"web_sdk_conversation_default_name": "新创建的会话",
"web_sdk_delete": "删除",
"web_sdk_delete_conversation": "删除会话",
"web_sdk_rename_conversation": "重命名会话",
"web_sdk_confirm": "确定",
"web_sdk_cancel": "取消",
"web_sdk_open_conversations": "展开侧栏",
"unbind_notification": "提示:智能体已经被解绑",
"profile_history_today": "今天",
"log_pay_wall_date_filter_30_days": "过去30天",
"web_sdk_past": "过往",
"404_title": "抱歉,该页面不存在",
"404_content": "请检查链接或重试",
"overview_bi_assistant_system_error": "系统错误,请稍后再试",
"web_sdk_retry_notification": "请稍后重试。",
"chatInputPlaceholder": "发送消息",
"web_sdk_official_banner": "由 {docs_link} 提供支持AI生成仅供参考",
"web_sdk_official_banner_link": "扣子"
}