chore(openai): 调整目录结构

This commit is contained in:
Fu Diwei
2022-11-21 10:23:28 +08:00
parent e4981f164e
commit 922e70f8db
23 changed files with 262 additions and 38 deletions

View File

@@ -0,0 +1,17 @@
{
"code": 0,
"msg": "",
"data": {
"count": 0,
"totalPages": 0,
"list": [
{
"ques": "",
"score": 0,
"hitIntent": "",
"askCount": 0,
"askUserCount": 0
}
]
}
}

View File

@@ -0,0 +1,25 @@
{
"code": 0,
"msg": "",
"data": {
"hotQuesClusterCount": 0,
"hotQuesCount": 0,
"totalPages": 0,
"list": [
{
"askCount": 0,
"askUserCount": 0,
"quesCount": 0,
"cluesType": 0,
"clusterId": "",
"hotQuesCluster": "",
"exampleQues": [
{
"ques": "",
"score": 0
}
]
}
]
}
}