-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
54 changed files
with
3,701 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
reports/assist-mini/2024.9.2/mistral-nemo/dom1_pl_lights_lights-dining_room_light_off.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
uuid: 468554bc-5397-4ee9-9d3b-6d4bccd6fc79 | ||
task_id: dom1_pl_lights_lights-dining_room_light_off | ||
category: light | ||
task: | ||
input_text: Dining room light off | ||
expect_changes: | ||
light.dining_room_light: | ||
state: 'off' | ||
attributes: | ||
brightness: null | ||
color_mode: null | ||
response: The Dining room light is off. | ||
context: | ||
unexpected_states: {} | ||
conversation_trace: | ||
- event_type: async_process | ||
data: | ||
text: Dining room light off | ||
context: | ||
id: 01J8KJEW95V9BMVHJ18QC3NWQH | ||
parent_id: null | ||
user_id: null | ||
conversation_id: null | ||
device_id: null | ||
language: en | ||
agent_id: conversation.mock_title | ||
- event_type: agent_detail | ||
data: | ||
messages: | ||
- role: system | ||
content: "Current time is 20:09:09. Today's date is 2024-09-24.\nYou are a\ | ||
\ voice assistant for Home Assistant.\nAnswer questions about the world\ | ||
\ truthfully.\nAnswer in plain text. Keep it simple and to the point.\n\ | ||
When controlling Home Assistant always call the intent tools. Use HassTurnOn\ | ||
\ to lock and HassTurnOff to unlock a lock. When controlling a device, prefer\ | ||
\ passing just name and domain. When controlling an area, prefer passing\ | ||
\ just area name and domain.\nWhen a user asks to turn on all devices of\ | ||
\ a specific type, ask user to specify an area, unless there is only one\ | ||
\ device of that type.\nThis device is not able to start timers.\nAn overview\ | ||
\ of the areas and the devices in this smart home:\n- names: Kitchen Light\n\ | ||
\ domain: light\n state: 'on'\n areas: Kitchen\n attributes:\n brightness:\ | ||
\ '100'\n- names: Living Room Light\n domain: light\n state: 'off'\n \ | ||
\ areas: Living Room\n attributes:\n brightness:\n- names: Dining Room\ | ||
\ Light\n domain: light\n state: 'on'\n areas: Dining Room\n attributes:\n\ | ||
\ brightness: '100'\n- names: Bedroom 1 Light\n domain: light\n state:\ | ||
\ 'off'\n areas: Bedroom 1\n- names: Bedroom 2 Light\n domain: light\n\ | ||
\ state: 'off'\n areas: Bedroom 2\n- names: Bedroom 3 Light\n domain:\ | ||
\ light\n state: 'off'\n areas: Bedroom 3\n- names: Bedroom 4 Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Bedroom 4\n- names: Garden Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Backyard\n attributes:\n \ | ||
\ brightness:\n" | ||
- role: user | ||
content: Dining room light off | ||
- role: assistant | ||
content: '' | ||
tool_calls: | ||
- function: | ||
name: HassTurnOff | ||
arguments: | ||
area: Dining Room | ||
domain: | ||
- light | ||
- role: tool | ||
content: '{"speech": {}, "response_type": "action_done", "data": {"targets": | ||
[], "success": [{"name": "Dining Room", "type": "area", "id": "dining_room"}, | ||
{"name": "Dining Room Light", "type": "entity", "id": "light.dining_room_light"}], | ||
"failed": []}}' | ||
- role: assistant | ||
content: The Dining room light is off. | ||
tool_calls: null | ||
- event_type: tool_call | ||
data: | ||
tool_name: HassTurnOff | ||
tool_args: | ||
area: Dining Room | ||
domain: | ||
- light | ||
tries: 0 |
78 changes: 78 additions & 0 deletions
78
reports/assist-mini/2024.9.2/mistral-nemo/dom1_pl_lights_lights-kitchen_light_off.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
uuid: 9250bfe1-050e-4ffd-8e41-cc2ae5b0e04b | ||
task_id: dom1_pl_lights_lights-kitchen_light_off | ||
category: light | ||
task: | ||
input_text: Kitchen light off | ||
expect_changes: | ||
light.kitchen_light: | ||
state: 'off' | ||
attributes: | ||
brightness: null | ||
color_mode: null | ||
response: The kitchen light is now off. | ||
context: | ||
unexpected_states: {} | ||
conversation_trace: | ||
- event_type: async_process | ||
data: | ||
text: Kitchen light off | ||
context: | ||
id: 01J8KJEF6HB1Q9TC245XYD9BMQ | ||
parent_id: null | ||
user_id: null | ||
conversation_id: null | ||
device_id: null | ||
language: en | ||
agent_id: conversation.mock_title | ||
- event_type: agent_detail | ||
data: | ||
messages: | ||
- role: system | ||
content: "Current time is 20:08:55. Today's date is 2024-09-24.\nYou are a\ | ||
\ voice assistant for Home Assistant.\nAnswer questions about the world\ | ||
\ truthfully.\nAnswer in plain text. Keep it simple and to the point.\n\ | ||
When controlling Home Assistant always call the intent tools. Use HassTurnOn\ | ||
\ to lock and HassTurnOff to unlock a lock. When controlling a device, prefer\ | ||
\ passing just name and domain. When controlling an area, prefer passing\ | ||
\ just area name and domain.\nWhen a user asks to turn on all devices of\ | ||
\ a specific type, ask user to specify an area, unless there is only one\ | ||
\ device of that type.\nThis device is not able to start timers.\nAn overview\ | ||
\ of the areas and the devices in this smart home:\n- names: Kitchen Light\n\ | ||
\ domain: light\n state: 'on'\n areas: Kitchen\n attributes:\n brightness:\ | ||
\ '100'\n- names: Living Room Light\n domain: light\n state: 'off'\n \ | ||
\ areas: Living Room\n attributes:\n brightness:\n- names: Dining Room\ | ||
\ Light\n domain: light\n state: 'on'\n areas: Dining Room\n attributes:\n\ | ||
\ brightness: '100'\n- names: Bedroom 1 Light\n domain: light\n state:\ | ||
\ 'off'\n areas: Bedroom 1\n- names: Bedroom 2 Light\n domain: light\n\ | ||
\ state: 'off'\n areas: Bedroom 2\n- names: Bedroom 3 Light\n domain:\ | ||
\ light\n state: 'off'\n areas: Bedroom 3\n- names: Bedroom 4 Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Bedroom 4\n- names: Garden Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Backyard\n attributes:\n \ | ||
\ brightness:\n" | ||
- role: user | ||
content: Kitchen light off | ||
- role: assistant | ||
content: '' | ||
tool_calls: | ||
- function: | ||
name: HassTurnOff | ||
arguments: | ||
domain: | ||
- light | ||
name: Kitchen Light | ||
- role: tool | ||
content: '{"speech": {}, "response_type": "action_done", "data": {"targets": | ||
[], "success": [{"name": "Kitchen Light", "type": "entity", "id": "light.kitchen_light"}], | ||
"failed": []}}' | ||
- role: assistant | ||
content: The kitchen light is now off. | ||
tool_calls: null | ||
- event_type: tool_call | ||
data: | ||
tool_name: HassTurnOff | ||
tool_args: | ||
domain: | ||
- light | ||
name: Kitchen Light | ||
tries: 0 |
78 changes: 78 additions & 0 deletions
78
...st-mini/2024.9.2/mistral-nemo/dom1_pl_lights_lights-please_turn_on_the_kitchen_light.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
uuid: 878bee3e-7406-449e-aef5-ee084336c521 | ||
task_id: dom1_pl_lights_lights-please_turn_on_the_kitchen_light | ||
category: light | ||
task: | ||
input_text: Please turn on the kitchen light | ||
expect_changes: | ||
light.kitchen_light: | ||
state: 'on' | ||
attributes: | ||
brightness: 0 | ||
color_mode: brightness | ||
response: The kitchen light is now on. - | ||
context: | ||
unexpected_states: {} | ||
conversation_trace: | ||
- event_type: async_process | ||
data: | ||
text: Please turn on the kitchen light | ||
context: | ||
id: 01J8KJCZCTFTSSHBZARN4REB05 | ||
parent_id: null | ||
user_id: null | ||
conversation_id: null | ||
device_id: null | ||
language: en | ||
agent_id: conversation.mock_title | ||
- event_type: agent_detail | ||
data: | ||
messages: | ||
- role: system | ||
content: "Current time is 20:08:06. Today's date is 2024-09-24.\nYou are a\ | ||
\ voice assistant for Home Assistant.\nAnswer questions about the world\ | ||
\ truthfully.\nAnswer in plain text. Keep it simple and to the point.\n\ | ||
When controlling Home Assistant always call the intent tools. Use HassTurnOn\ | ||
\ to lock and HassTurnOff to unlock a lock. When controlling a device, prefer\ | ||
\ passing just name and domain. When controlling an area, prefer passing\ | ||
\ just area name and domain.\nWhen a user asks to turn on all devices of\ | ||
\ a specific type, ask user to specify an area, unless there is only one\ | ||
\ device of that type.\nThis device is not able to start timers.\nAn overview\ | ||
\ of the areas and the devices in this smart home:\n- names: Kitchen Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Kitchen\n attributes:\n brightness:\n\ | ||
- names: Living Room Light\n domain: light\n state: 'on'\n areas: Living\ | ||
\ Room\n attributes:\n brightness: '100'\n- names: Dining Room Light\n\ | ||
\ domain: light\n state: 'on'\n areas: Dining Room\n attributes:\n \ | ||
\ brightness: '100'\n- names: Bedroom 1 Light\n domain: light\n state:\ | ||
\ 'off'\n areas: Bedroom 1\n- names: Bedroom 2 Light\n domain: light\n\ | ||
\ state: 'off'\n areas: Bedroom 2\n- names: Bedroom 3 Light\n domain:\ | ||
\ light\n state: 'off'\n areas: Bedroom 3\n- names: Bedroom 4 Light\n\ | ||
\ domain: light\n state: 'off'\n areas: Bedroom 4\n- names: Garden Light\n\ | ||
\ domain: light\n state: 'on'\n areas: Backyard\n attributes:\n brightness:\ | ||
\ '100'\n" | ||
- role: user | ||
content: Please turn on the kitchen light | ||
- role: assistant | ||
content: '' | ||
tool_calls: | ||
- function: | ||
name: HassTurnOn | ||
arguments: | ||
domain: | ||
- light | ||
name: Kitchen Light | ||
- role: tool | ||
content: '{"speech": {}, "response_type": "action_done", "data": {"targets": | ||
[], "success": [{"name": "Kitchen Light", "type": "entity", "id": "light.kitchen_light"}], | ||
"failed": []}}' | ||
- role: assistant | ||
content: The kitchen light is now on. - | ||
tool_calls: null | ||
- event_type: tool_call | ||
data: | ||
tool_name: HassTurnOn | ||
tool_args: | ||
domain: | ||
- light | ||
name: Kitchen Light | ||
tries: 0 |
Oops, something went wrong.