mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
* Add yamllint (in pre-commit and CI) * Fix linting for all YAML files * Bump and add it to requirements * Fix gen_requirements for pre-commit, remove 'v' from version
8 lines
217 B
YAML
8 lines
217 B
YAML
# Describes the format for available component services
|
|
process:
|
|
description: Launch a conversation from a transcribed text.
|
|
fields:
|
|
text:
|
|
description: Transcribed text
|
|
example: Turn all lights on
|