documenting action spec

This commit is contained in:
2026-02-09 00:30:48 -06:00
parent a74e13fa0b
commit 588b319fec
38 changed files with 3050 additions and 286 deletions

View File

@@ -1,8 +1,8 @@
# Echo Action
# Outputs a message to stdout
name: echo
ref: core.echo
label: "Echo"
description: "Echo a message to stdout"
enabled: true
@@ -26,7 +26,6 @@ parameters:
message:
type: string
description: "Message to echo (empty string if not provided)"
required: []
# Output schema: not applicable for text output format
# The action outputs plain text to stdout