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:
@@ -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": {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user