mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-14 20:16:20 +08:00
feat(openai): 新增意图相关接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"code": 0,
|
||||
"msg": "success",
|
||||
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142",
|
||||
"data": {
|
||||
"count": 2,
|
||||
"list": [
|
||||
{
|
||||
"intent_id": 45,
|
||||
"intent_name": "测试创建意图1"
|
||||
},
|
||||
{
|
||||
"intent_id": 20,
|
||||
"intent_name": "测试创建意图2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user