1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Reduce the intent response data sent to LLMs (#118346)

* Reduce the intent response data sent to LLMs

* No longer delete speech
This commit is contained in:
Paulus Schoutsen
2024-05-28 23:07:00 -04:00
committed by GitHub
parent fa9ebb062c
commit d22871f1fd
2 changed files with 4 additions and 3 deletions

View File

@@ -165,13 +165,11 @@ async def test_assist_api(
device_id="test_device",
)
assert response == {
"card": {},
"data": {
"failed": [],
"success": [],
"targets": [],
},
"language": "*",
"response_type": "action_done",
"speech": {},
}