mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
feat(openai): 拆分平台接入和第三方接入的相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"id_list": [ 1 ],
|
||||
"auto_delete_slot": true
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"code": 0,
|
||||
"msg": "请求成功",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": 1
|
||||
}
|
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"code": 0,
|
||||
"data": {
|
||||
"count": 1,
|
||||
"list": [
|
||||
{
|
||||
"ask_content": [
|
||||
"你好",
|
||||
"又是愉快第一天"
|
||||
],
|
||||
"dicts": [
|
||||
"test1",
|
||||
"test2"
|
||||
],
|
||||
"name": "test",
|
||||
"id": 1,
|
||||
"type": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"msg": "Request succeeded",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "test",
|
||||
"dicts": [ "test1", "test2" ],
|
||||
"ask_content": [ "你好", "又是愉快第一天" ],
|
||||
"intent_id": 12334
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"code": 0,
|
||||
"data": [
|
||||
{
|
||||
"id": 251390,
|
||||
"name": "test"
|
||||
}
|
||||
],
|
||||
"msg": "",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
|
||||
}
|
Reference in New Issue
Block a user