hass-core/homeassistant/components/conversation/services.yaml
Paulus Schoutsen fc38b4327f
Add support for multiple conversation agents (#87337)
* Add support for multiple conversation agents

* Lock initializing default agent

* Allow unsetting agent when never set
2023-02-03 23:35:29 -05:00

23 lines
576 B
YAML

# Describes the format for available component services
process:
name: Process
description: Launch a conversation from a transcribed text.
fields:
text:
name: Text
description: Transcribed text
example: Turn all lights on
selector:
text:
language:
name: Language
description: Language of text. Defaults to server language
example: NL
selector:
text:
agent_id:
name: Agent
description: Assist engine to process your request
example: homeassistant
selector:
text: