mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"services": {
|
|
"generate_text": {
|
|
"name": "Generate text",
|
|
"description": "Use AI to run a task that generates text.",
|
|
"fields": {
|
|
"task_name": {
|
|
"name": "Task name",
|
|
"description": "Name of the task."
|
|
},
|
|
"instructions": {
|
|
"name": "Instructions",
|
|
"description": "Instructions on what needs to be done."
|
|
},
|
|
"entity_id": {
|
|
"name": "Entity ID",
|
|
"description": "Entity ID to run the task on. If not provided, the preferred entity will be used."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|