Files
agent-skills/skills/text-concatenation-workflow/examples.md
T
2026-08-08 23:06:53 +00:00

348 B

Examples: text-concatenation-workflow

Usage Example

# How to use this skill
# Inputs: text_a (string), text_b (string)
# Process: Create a Text node with value set to input text_a. → Create a second Text node with value set to input text_b. → Create a Concat node with inputs a and b.
# Outputs: concatenated_text (string)