From be267ec1edd03cf7aa0c28b0f2c96aef8a845c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mart=C3=ADnez?= Date: Sun, 2 Mar 2025 23:34:07 +0100 Subject: [PATCH] Add 'agent_id' input field to intent_conversation_api.md file (#2520) As the `api/conversation/process` endpoint uses the (conversation action)[https://www.home-assistant.io/integrations/conversation/], the `agent_id` can be used and must be documented. --- docs/intent_conversation_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/intent_conversation_api.md b/docs/intent_conversation_api.md index c54c6904..b1e0bf9f 100644 --- a/docs/intent_conversation_api.md +++ b/docs/intent_conversation_api.md @@ -34,6 +34,7 @@ The following input fields are available: |-------------------|--------|---------------------------------------------------------------------------------------------| | `text` | string | Input sentence. | | `language` | string | Optional. Language of the input sentence (defaults to configured language). | +| `agent_id` | string | Optional. Conversation agent to process the request (defaults _home_assistant_). | | `conversation_id` | string | Optional. Unique id to [track conversation](#conversation-id). Generated by Home Assistant. |