Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/ModelSamples/Slot/SlotSaveRequest.json

11 lines
235 B
JSON
Raw Normal View History

{
"data": [
{
"id": 1,
"name": "test",
"dicts": [ "test1", "test2" ],
"ask_content": [ "你好", "又是愉快第一天" ],
"intent_id": 12334
}
]
}