36 lines
822 B
YAML
36 lines
822 B
YAML
- vars:
|
|
question: 940092の稼働状況
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*dxcore_get_device_status
|
|
- vars:
|
|
question: 关闭设备900142的灯光
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*dxcore_update_device_status
|
|
- vars:
|
|
question: Define Room1 的灯光状态
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*find_devices_by_room
|
|
- vars:
|
|
question: 卫生间在哪里
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*rag_retrieve
|
|
- vars:
|
|
question: 我丢了物品怎么办
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*rag_retrieve
|
|
- vars:
|
|
question: 咖啡多少钱一杯
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*rag_retrieve
|
|
- vars:
|
|
question: 东京明天的天气
|
|
assert:
|
|
- type: regex
|
|
value: \[TOOL_CALL\].*weather_get_by_location
|