* Add help for conversation/process service * Add logging to debug text received when service is called * Move conversation to specific folder
10 lines
220 B
YAML
10 lines
220 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
|
|
|
|
|