feat(openai): 重命名 "WechatOpenAI" → "WechatChatbot"

This commit is contained in:
Fu Diwei
2024-06-04 19:56:01 +08:00
parent 7909b8615b
commit ad9b5a1641
82 changed files with 143 additions and 194 deletions

View File

@@ -0,0 +1,5 @@
{
"appid": "wxxxxx",
"openid": "xxxxx",
"kefustate": "needperson"
}

View File

@@ -0,0 +1,4 @@
{
"appid": "wxxxxx",
"openid": "xxxxx"
}

View File

@@ -0,0 +1,9 @@
{
"appid": "wxxxxx",
"openid": "xxxxx",
"msg": "您好,请问需要什么帮助",
"channel": 0,
"kefuname": "客服昵称",
"kefuavatar": "客服头像图片 URL 地址",
"ans_node_name": "分类或技能名称"
}