fix: update references from "Beike AI" to "AgentDesk" in README and initialization files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Beike AI Support
|
||||
# AgentDesk
|
||||
|
||||
English | [简体中文](README_ZH.md)
|
||||
|
||||
@@ -281,7 +281,7 @@ Compose uses [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) as the in-contai
|
||||
|
||||
## Open-source Positioning
|
||||
|
||||
`Beike AI Support` is useful as an open-source foundation for:
|
||||
`AgentDesk` is useful as an open-source foundation for:
|
||||
|
||||
- AI customer support systems
|
||||
- AI Helpdesk / AI Support Platform projects
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
# 贝壳 AI 客服
|
||||
# AgentDesk
|
||||
|
||||
[English](README.md) | 简体中文
|
||||
|
||||
@@ -281,7 +281,7 @@ Compose 使用 [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) 作为容器
|
||||
|
||||
## 开源定位
|
||||
|
||||
`贝壳 AI 客服`适合作为以下方向的开源基础项目:
|
||||
`AgentDesk` 适合作为以下方向的开源基础项目:
|
||||
|
||||
- AI 客服系统
|
||||
- AI Helpdesk / AI Support Platform
|
||||
|
||||
Vendored
+1
-1
@@ -66,7 +66,7 @@ func buildSeedItems(aiAgentID int64) []models.Channel {
|
||||
AIAgentID: aiAgentID,
|
||||
ConfigJSON: jsons.ToJsonStr(dto.WebChannelConfig{
|
||||
Title: "在线客服",
|
||||
Subtitle: "贝壳AI提供技术支持",
|
||||
Subtitle: "AgentDesk 提供技术支持",
|
||||
ThemeColor: "#2563eb",
|
||||
Position: "right",
|
||||
Width: "780px",
|
||||
|
||||
Vendored
+1
-1
@@ -22,7 +22,7 @@ func Init() error {
|
||||
id: 1,
|
||||
groupName: "新客接待",
|
||||
title: "首次接入欢迎语",
|
||||
content: "您好,欢迎来到贝壳AI客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。",
|
||||
content: "您好,欢迎来到 AgentDesk 客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。",
|
||||
status: enums.StatusOk,
|
||||
sortNo: 100,
|
||||
},
|
||||
|
||||
Vendored
+2
-2
@@ -17,11 +17,11 @@ func Init() error {
|
||||
sortNo int
|
||||
}{
|
||||
{1, 0, "售前", 1},
|
||||
{2, 1, "贝壳AI", 1},
|
||||
{2, 1, "AgentDesk", 1},
|
||||
{3, 2, "产品咨询", 1},
|
||||
{4, 2, "购买意向", 1},
|
||||
{5, 0, "售后", 2},
|
||||
{6, 5, "贝壳AI", 1},
|
||||
{6, 5, "AgentDesk", 1},
|
||||
{7, 6, "问题反馈", 1},
|
||||
{8, 6, "产品部署", 2},
|
||||
{9, 6, "需求工单", 3},
|
||||
|
||||
Reference in New Issue
Block a user