1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/conversation/strings.json
2026-03-26 00:34:22 +01:00

47 lines
1.5 KiB
JSON

{
"conversation": {
"agent": {
"done": "Done"
}
},
"services": {
"process": {
"description": "Sends text to a conversation agent for processing.",
"fields": {
"agent_id": {
"description": "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands.",
"name": "Agent"
},
"conversation_id": {
"description": "ID of the conversation, to be able to continue a previous conversation",
"name": "Conversation ID"
},
"language": {
"description": "Language of text. Defaults to server language.",
"name": "[%key:common::config_flow::data::language%]"
},
"text": {
"description": "Transcribed text input.",
"name": "Text"
}
},
"name": "Process conversation"
},
"reload": {
"description": "Reloads the intent configuration of conversation agents.",
"fields": {
"agent_id": {
"description": "Conversation agent to reload.",
"name": "[%key:component::conversation::services::process::fields::agent_id::name%]"
},
"language": {
"description": "Language to clear cached intents for. Defaults to server language.",
"name": "[%key:common::config_flow::data::language%]"
}
},
"name": "Reload conversation agents"
}
},
"title": "Conversation"
}