Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/ModelSamples/Bot/BatchImportSkillRequest.json

29 lines
613 B
JSON
Raw Normal View History

{
"managerid": "平台管理员ID",
"skill": [
{
"skillname": "技能名称1",
"title": "标准问题2",
"question": [
"相似问题1",
"相似问题2",
"相似问题3"
],
"answer": [
"1",
"2"
]
},
{
"skillname": "技能名称1",
"title": "标准问题3",
"question": [
"相似问题1"
],
"answer": [
"1"
]
}
]
}