curl -XPOST localhost:5000/parse -d '{"q":"我感觉headache该吃什么药?", "project": "", "model": "model_20230318-133326"}'
{
"intent": {
"name": null,
"confidence": 1.0
},
"entities": [],
"text": "我感觉headache该吃什么药?"
这里的name为啥是null无效的?
是不是没有解析出来,或者不存在这个字段