style: format

This commit is contained in:
Fu Diwei
2022-05-06 20:29:27 +08:00
parent d364c1a354
commit 7e6cfa5ca3
2352 changed files with 3542 additions and 4198 deletions

View File

@@ -6,9 +6,9 @@
"slots": [
{
"name": "城市",
"dicts": [ "建筑", "公路" ],
"dicts": ["建筑", "公路"],
"keep_ask": true,
"ask_content": [ "建筑1", "公路1" ]
"ask_content": ["建筑1", "公路1"]
}
],
"pre": [
@@ -50,7 +50,7 @@
{
"name": "",
"slot": "Slot",
"ask_content": [ "111", "222" ]
"ask_content": ["111", "222"]
}
],
"result": [
@@ -73,7 +73,9 @@
"desc": "Inputdesc",
"slot": "InputSlot",
"default_value": "defa",
"ask_content": [ "ask" ]
"ask_content": [
"ask"
]
}
],
"output": [
@@ -124,4 +126,4 @@
]
}
}
}
}

View File

@@ -4,15 +4,9 @@
"slots": [
{
"name": "城市",
"dicts": [
"建筑",
"公路"
],
"dicts": ["建筑", "公路"],
"keep_ask": true,
"ask_content": [
"建筑1",
"公路1"
]
"ask_content": ["建筑1", "公路1"]
}
],
"pre": [
@@ -54,10 +48,7 @@
{
"name": "",
"slot": "Slot",
"ask_content": [
"111",
"222"
]
"ask_content": ["111", "222"]
}
],
"result": [
@@ -80,9 +71,7 @@
"desc": "Input desc",
"slot": "Input Slot",
"default_value": "defa",
"ask_content": [
"ask"
]
"ask_content": ["ask"]
}
],
"output": [
@@ -108,7 +97,6 @@
"content": "我在哪"
}
]
}
}
]
@@ -122,4 +110,4 @@
}
]
}
}
}

View File

@@ -2,4 +2,4 @@
"code": 0,
"msg": "请求成功",
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
}
}