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

352 B

Examples: blacknode-text-concatenation-workflow

Usage Example

# How to use this skill
# Inputs: text_a: string, text_b: string
# Process: Initialize a Blacknode Graph object. → Add a Text node with parameter value set to text_a. → Add a second Text node with parameter value set to text_b.
# Outputs: concatenated_text: string