Update project and configurations

This commit is contained in:
Zou-Seay
2026-06-11 16:28:00 +08:00
parent 12d3922091
commit a29a91867d
237 changed files with 164880 additions and 90 deletions

View File

@@ -0,0 +1,39 @@
{
"forms": [
{
"intent_id": "cs_query_order",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供订单号。"
}
},
{
"intent_id": "cs_query_logistics",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供订单号。"
}
},
{
"intent_id": "cs_cancel_order",
"required_slots": ["order_id"],
"ask_templates": {
"order_id": "请提供要取消的订单号。"
}
},
{
"intent_id": "cabin_nav_to",
"required_slots": ["destination"],
"ask_templates": {
"destination": "请告诉我要导航去哪里。"
}
},
{
"intent_id": "cabin_set_ac",
"required_slots": ["temperature"],
"ask_templates": {
"temperature": "请告诉我要设置多少度。"
}
}
]
}